diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-12-12 09:49:32 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-12-12 09:49:32 -0200 |
commit | c96cd1c647f4b34964d403d7c3da826476afbb19 (patch) | |
tree | fca946a1bd15e2b7018780a749e2aeb0a0601521 | |
parent | 57e91b4159082b8cbda54e38c80117a954af154a (diff) | |
download | lua-c96cd1c647f4b34964d403d7c3da826476afbb19.tar.gz lua-c96cd1c647f4b34964d403d7c3da826476afbb19.tar.bz2 lua-c96cd1c647f4b34964d403d7c3da826476afbb19.zip |
reinsertion-control macro renamed: lconfig_h -> luaconf_h
-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> |