aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
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/*