diff options
author | Ori Avtalion | 2010-10-16 12:04:22 +0000 |
---|---|---|
committer | Ori Avtalion | 2010-10-16 12:04:22 +0000 |
commit | e6ae9c4d984a48539604237f4d76dc1cb6002ae6 (patch) | |
tree | f660f64eb87429a241a960e1ac016ccb85a2f7cc /engines | |
parent | ea9679cf72b15464999e4cf6e9ba4dbedee3f658 (diff) | |
download | scummvm-rg350-e6ae9c4d984a48539604237f4d76dc1cb6002ae6.tar.gz scummvm-rg350-e6ae9c4d984a48539604237f4d76dc1cb6002ae6.tar.bz2 scummvm-rg350-e6ae9c4d984a48539604237f4d76dc1cb6002ae6.zip |
SWORD25: Use C-style comments in C files
svn-id: r53538
Diffstat (limited to 'engines')
-rw-r--r-- | engines/sword25/util/lua/luaconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/sword25/util/lua/luaconf.h b/engines/sword25/util/lua/luaconf.h index 0814716578..fa565c7697 100644 --- a/engines/sword25/util/lua/luaconf.h +++ b/engines/sword25/util/lua/luaconf.h @@ -319,7 +319,7 @@ ** CHANGE it (define it) if you want exact compatibility with the ** behavior of setn/getn in Lua 5.0. */ -#define LUA_COMPAT_GETN // BS25 #undef LUA_COMPAT_GETN +#define LUA_COMPAT_GETN /* BS25 #undef LUA_COMPAT_GETN */ /* @@ LUA_COMPAT_LOADLIB controls compatibility about global loadlib. |