commit c96cd1c647f4b34964d403d7c3da826476afbb19 parent 57e91b4159082b8cbda54e38c80117a954af154a Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br> Date: Fri, 12 Dec 2014 09:49:07 -0200 reinsertion-control macro renamed: lconfig_h -> luaconf_h Diffstat:
M | luaconf.h | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/luaconf.h b/luaconf.h @@ -1,12 +1,12 @@ /* -** $Id: luaconf.h,v 1.230 2014/11/25 18:21:57 roberto Exp roberto $ +** $Id: luaconf.h,v 1.231 2014/12/10 11:56:55 roberto Exp roberto $ ** Configuration file for Lua ** See Copyright Notice in lua.h */ -#ifndef lconfig_h -#define lconfig_h +#ifndef luaconf_h +#define luaconf_h #include <limits.h> #include <stddef.h>