aboutsummaryrefslogtreecommitdiff
path: root/llimits.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-12-06 14:58:36 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-12-06 14:58:36 -0200
commit138be5b843e6e56270ea0dba8bce5807fe226fce (patch)
tree2882856666a006fba4fc603f0858a08ad80206c6 /llimits.h
parente320b5b672262bda322c5c0458c2767f1641cf60 (diff)
downloadlua-138be5b843e6e56270ea0dba8bce5807fe226fce.tar.gz
lua-138be5b843e6e56270ea0dba8bce5807fe226fce.tar.bz2
lua-138be5b843e6e56270ea0dba8bce5807fe226fce.zip
no more explicit support for 'luaall_c': unifying file can do
the work
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>