diff options
-rw-r--r-- | luaconf.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,12 +1,12 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: luaconf.h,v 1.230 2014/11/25 18:21:57 roberto Exp roberto $ | 2 | ** $Id: luaconf.h,v 1.231 2014/12/10 11:56:55 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 | */ |
6 | 6 | ||
7 | 7 | ||
8 | #ifndef lconfig_h | 8 | #ifndef luaconf_h |
9 | #define lconfig_h | 9 | #define luaconf_h |
10 | 10 | ||
11 | #include <limits.h> | 11 | #include <limits.h> |
12 | #include <stddef.h> | 12 | #include <stddef.h> |