From 138be5b843e6e56270ea0dba8bce5807fe226fce Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 6 Dec 2011 14:58:36 -0200 Subject: no more explicit support for 'luaall_c': unifying file can do the work --- llimits.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llimits.h') diff --git a/llimits.h b/llimits.h index b704f527..7cf2048b 100644 --- a/llimits.h +++ b/llimits.h @@ -1,5 +1,5 @@ /* -** $Id: llimits.h,v 1.93 2011/10/07 20:45:19 roberto Exp roberto $ +** $Id: llimits.h,v 1.94 2011/11/29 15:39:48 roberto Exp roberto $ ** Limits, basic types, and some other `installation-dependent' definitions ** See Copyright Notice in lua.h */ @@ -269,7 +269,7 @@ union luai_Cast { double l_d; LUA_INT32 l_p[2]; }; -#if (defined(ltable_c) || defined(luaall_c)) && !defined(luai_hashnum) +#if defined(ltable_c) && !defined(luai_hashnum) #include #include -- cgit v1.2.3-55-g6feb