diff options
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.77 2005/12/27 17:12:00 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.78 2006/01/13 19:36:28 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 | */ |
@@ -488,6 +488,7 @@ | |||
488 | ** =================================================================== | 488 | ** =================================================================== |
489 | */ | 489 | */ |
490 | 490 | ||
491 | #define LUA_NUMBER_DOUBLE | ||
491 | #define LUA_NUMBER double | 492 | #define LUA_NUMBER double |
492 | 493 | ||
493 | /* | 494 | /* |