From c96cd1c647f4b34964d403d7c3da826476afbb19 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 12 Dec 2014 09:49:32 -0200 Subject: reinsertion-control macro renamed: lconfig_h -> luaconf_h --- luaconf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/luaconf.h b/luaconf.h index c36e7d81..33581a6a 100644 --- 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 #include -- cgit v1.2.3-55-g6feb