diff options
Diffstat (limited to 'llimits.h')
-rw-r--r-- | llimits.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: llimits.h,v 1.93 2011/10/07 20:45:19 roberto Exp roberto $ | 2 | ** $Id: llimits.h,v 1.94 2011/11/29 15:39:48 roberto Exp roberto $ |
3 | ** Limits, basic types, and some other `installation-dependent' definitions | 3 | ** Limits, basic types, and some other `installation-dependent' definitions |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -269,7 +269,7 @@ union luai_Cast { double l_d; LUA_INT32 l_p[2]; }; | |||
269 | 269 | ||
270 | 270 | ||
271 | 271 | ||
272 | #if (defined(ltable_c) || defined(luaall_c)) && !defined(luai_hashnum) | 272 | #if defined(ltable_c) && !defined(luai_hashnum) |
273 | 273 | ||
274 | #include <float.h> | 274 | #include <float.h> |
275 | #include <math.h> | 275 | #include <math.h> |