diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2008-07-18 16:58:10 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2008-07-18 16:58:10 -0300 |
commit | 4db2cddeee6889a3e7ed9a17a31049d45a6fe22f (patch) | |
tree | fd0f68e0236571a66aebdc8b7c355eba0a5b7ba2 /ltests.h | |
parent | f9dec5fc84199a782c4ad9c1ec8913574cdfdcd1 (diff) | |
download | lua-4db2cddeee6889a3e7ed9a17a31049d45a6fe22f.tar.gz lua-4db2cddeee6889a3e7ed9a17a31049d45a6fe22f.tar.bz2 lua-4db2cddeee6889a3e7ed9a17a31049d45a6fe22f.zip |
LUA_COMPAT -> LUA_COMPAT_API (more specific)
Diffstat (limited to 'ltests.h')
-rw-r--r-- | ltests.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: ltests.h,v 2.21 2008/06/23 16:50:34 roberto Exp roberto $ | 2 | ** $Id: ltests.h,v 2.22 2008/07/11 17:51:01 roberto Exp roberto $ |
3 | ** Internal Header for Debugging of the Lua Implementation | 3 | ** Internal Header for Debugging of the Lua Implementation |
4 | ** See Copyright Notice in lua.h | 4 | ** See Copyright Notice in lua.h |
5 | */ | 5 | */ |
@@ -11,7 +11,7 @@ | |||
11 | #include <stdlib.h> | 11 | #include <stdlib.h> |
12 | 12 | ||
13 | /* do not use compatibility macros in Lua code */ | 13 | /* do not use compatibility macros in Lua code */ |
14 | #undef LUA_COMPAT | 14 | #undef LUA_COMPAT_API |
15 | 15 | ||
16 | #define LUA_DEBUG | 16 | #define LUA_DEBUG |
17 | 17 | ||