aboutsummaryrefslogtreecommitdiff
path: root/luaconf.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-11-30 10:35:05 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2011-11-30 10:35:05 -0200
commit0f388193b3d00571126abadfd4dc9bf02ea17b24 (patch)
tree755b5630159a557410dcdccedcb177dde7ee1a44 /luaconf.h
parent7948b8568e226f609871918a1d614450a1a565a7 (diff)
downloadlua-0f388193b3d00571126abadfd4dc9bf02ea17b24.tar.gz
lua-0f388193b3d00571126abadfd4dc9bf02ea17b24.tar.bz2
lua-0f388193b3d00571126abadfd4dc9bf02ea17b24.zip
'lUA' -> 'LUA'
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 166b714e..1ab2ec18 100644
--- a/luaconf.h
+++ b/luaconf.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: luaconf.h,v 1.167 2011/11/25 12:52:27 roberto Exp roberto $ 2** $Id: luaconf.h,v 1.168 2011/11/29 17:15:42 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*/
@@ -70,7 +70,7 @@
70#define LUA_USE_ISATTY 70#define LUA_USE_ISATTY
71#define LUA_USE_POPEN 71#define LUA_USE_POPEN
72#define LUA_USE_ULONGJMP 72#define LUA_USE_ULONGJMP
73#define lUA_USE_GMTIME_R 73#define LUA_USE_GMTIME_R
74#endif 74#endif
75 75
76 76