LUA_COMPAT2.5 may use #ifdef instead of #if

This commit is contained in:
Roberto Ierusalimschy
1998-01-02 15:46:32 -02:00
parent 90d87e3a78
commit 964c503a63
5 changed files with 13 additions and 17 deletions

View File

@@ -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