aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'luaconf.h')
-rw-r--r--luaconf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/luaconf.h b/luaconf.h
index f6c89920..1df68fd4 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.153 2010/12/10 19:03:46 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.154 2011/04/19 18:31:30 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*/
@@ -46,7 +46,7 @@
46#define LUA_USE_READLINE /* needs some extra libraries */ 46#define LUA_USE_READLINE /* needs some extra libraries */
47#define LUA_USE_STRTODHEX /* assume 'strtod' handles hexa formats */ 47#define LUA_USE_STRTODHEX /* assume 'strtod' handles hexa formats */
48#define LUA_USE_AFORMAT /* assume 'printf' handles 'aA' specifiers */ 48#define LUA_USE_AFORMAT /* assume 'printf' handles 'aA' specifiers */
49#define LUA_USELONGLONG /* assume support for long long */ 49#define LUA_USE_LONGLONG /* assume support for long long */
50#endif 50#endif
51 51
52#if defined(LUA_USE_MACOSX) 52#if defined(LUA_USE_MACOSX)