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

4
lapi.c
View File

@@ -1,5 +1,5 @@
/*
** $Id: lapi.c,v 1.15 1997/12/18 18:32:39 roberto Exp roberto $
** $Id: lapi.c,v 1.16 1997/12/22 17:52:20 roberto Exp roberto $
** Lua API
** See Copyright Notice in lua.h
*/
@@ -580,7 +580,7 @@ lua_Object lua_getref (int ref)
#if LUA_COMPAT2_5
#ifdef LUA_COMPAT2_5
/*
** API: set a function as a fallback
*/