LUA_COMPAT -> LUA_COMPAT_API (more specific)

This commit is contained in:
Roberto Ierusalimschy
2008-07-18 16:58:10 -03:00
parent f9dec5fc84
commit 4db2cddeee
3 changed files with 7 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
/*
** $Id: ltests.h,v 2.21 2008/06/23 16:50:34 roberto Exp roberto $
** $Id: ltests.h,v 2.22 2008/07/11 17:51:01 roberto Exp roberto $
** Internal Header for Debugging of the Lua Implementation
** See Copyright Notice in lua.h
*/
@@ -11,7 +11,7 @@
#include <stdlib.h>
/* do not use compatibility macros in Lua code */
#undef LUA_COMPAT
#undef LUA_COMPAT_API
#define LUA_DEBUG