diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2006-01-23 17:51:43 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2006-01-23 17:51:43 -0200 |
commit | 9e6e43984da7c9c382fbd47badb4808e6fae96d3 (patch) | |
tree | fb73945627046f4be3a3109834a18d83e24b62b4 /luaconf.h | |
parent | baffc37f5c8d15c03da0ce689bdecadc1219fe99 (diff) | |
download | lua-9e6e43984da7c9c382fbd47badb4808e6fae96d3.tar.gz lua-9e6e43984da7c9c382fbd47badb4808e6fae96d3.tar.bz2 lua-9e6e43984da7c9c382fbd47badb4808e6fae96d3.zip |
details
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 | /* |