diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2011-11-30 10:35:05 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2011-11-30 10:35:05 -0200 |
commit | 0f388193b3d00571126abadfd4dc9bf02ea17b24 (patch) | |
tree | 755b5630159a557410dcdccedcb177dde7ee1a44 /luaconf.h | |
parent | 7948b8568e226f609871918a1d614450a1a565a7 (diff) | |
download | lua-0f388193b3d00571126abadfd4dc9bf02ea17b24.tar.gz lua-0f388193b3d00571126abadfd4dc9bf02ea17b24.tar.bz2 lua-0f388193b3d00571126abadfd4dc9bf02ea17b24.zip |
'lUA' -> 'LUA'
Diffstat (limited to 'luaconf.h')
-rw-r--r-- | luaconf.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 | ||