소스 검색

reinsertion-control macro renamed: lconfig_h -> luaconf_h

Roberto Ierusalimschy 10 년 전
부모
커밋
c96cd1c647
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      luaconf.h

+ 3 - 3
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>