aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2008-07-18 16:58:10 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2008-07-18 16:58:10 -0300
commit4db2cddeee6889a3e7ed9a17a31049d45a6fe22f (patch)
treefd0f68e0236571a66aebdc8b7c355eba0a5b7ba2 /luaconf.h
parentf9dec5fc84199a782c4ad9c1ec8913574cdfdcd1 (diff)
downloadlua-4db2cddeee6889a3e7ed9a17a31049d45a6fe22f.tar.gz
lua-4db2cddeee6889a3e7ed9a17a31049d45a6fe22f.tar.bz2
lua-4db2cddeee6889a3e7ed9a17a31049d45a6fe22f.zip
LUA_COMPAT -> LUA_COMPAT_API (more specific)
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/luaconf.h b/luaconf.h
index b41ef027..24d8da52 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.98 2008/06/25 15:27:12 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.99 2008/07/11 17:50:31 roberto Exp roberto $
3** Configuration file for Lua 3** Configuration file for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -324,11 +324,11 @@
324 324
325 325
326/* 326/*
327@@ LUA_COMPAT includes some macros and functions that supply some 327@@ LUA_COMPAT_API includes some macros and functions that supply some
328@* compatibility with previous versions. 328@* compatibility with previous versions.
329** CHANGE it (undefine it) if you do not need these compatibility facilities. 329** CHANGE it (undefine it) if you do not need these compatibility facilities.
330*/ 330*/
331#define LUA_COMPAT 331#define LUA_COMPAT_API
332 332
333 333
334/* 334/*