diff options
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.235 2014/12/16 17:17:30 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.236 2014/12/19 13:31:12 roberto Exp roberto $ |
3 | ** Configuration file for Lua | 3 | ** Configuration file for Lua |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -508,14 +508,6 @@ | |||
508 | 508 | ||
509 | 509 | ||
510 | /* | 510 | /* |
511 | ** The following macro checks whether an operation is not safe to be | ||
512 | ** performed by the constant folder. It should result in zero only if | ||
513 | ** the operation is safe. | ||
514 | */ | ||
515 | #define luai_numinvalidop(op,a,b) 0 | ||
516 | |||
517 | |||
518 | /* | ||
519 | @@ LUA_INTEGER is the integer type used by Lua. | 511 | @@ LUA_INTEGER is the integer type used by Lua. |
520 | ** | 512 | ** |
521 | @@ LUA_UNSIGNED is the unsigned version of LUA_INTEGER. | 513 | @@ LUA_UNSIGNED is the unsigned version of LUA_INTEGER. |