aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
Diffstat (limited to 'llimits.h')
-rw-r--r--llimits.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llimits.h b/llimits.h
index b704f527..7cf2048b 100644
--- a/llimits.h
+++ b/llimits.h
@@ -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>