From 964c503a63af6df00cb3dfca0283be61655b535e Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 2 Jan 1998 15:46:32 -0200 Subject: LUA_COMPAT2.5 may use #ifdef instead of #if --- lbuiltin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lbuiltin.c') diff --git a/lbuiltin.c b/lbuiltin.c index 2a2ed4d8..0acb19cb 100644 --- a/lbuiltin.c +++ b/lbuiltin.c @@ -1,5 +1,5 @@ /* -** $Id: lbuiltin.c,v 1.19 1997/12/18 18:32:39 roberto Exp roberto $ +** $Id: lbuiltin.c,v 1.20 1997/12/30 17:57:45 roberto Exp roberto $ ** Built-in functions ** See Copyright Notice in lua.h */ @@ -464,7 +464,7 @@ static void testC (void) ** Internal functions */ static struct luaL_reg int_funcs[] = { -#if LUA_COMPAT2_5 +#ifdef LUA_COMPAT2_5 {"setfallback", luaT_setfallback}, #endif #ifdef DEBUG -- cgit v1.2.3-55-g6feb