[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [patch] fix luai_num* null states
- From: Lourival Vieira Neto <lourival.neto@...>
- Date: Mon, 3 Mar 2014 17:35:47 -0300
Hi Folks,
I was working on redefining of luai_num* macros on Lua 5.3 work1 for
disabling float point operations and I realized that these macros are
not working properly when they try to access the given Lua state;
mainly because lcode.c and lobject.c pass a null state for them. Here
is a small patch to fix this.
Regards,
--
Lourival Vieira Neto
Attachment:
luai_num.patch
Description: Binary data