summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-12-12 09:49:32 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2014-12-12 09:49:32 -0200
commitc96cd1c647f4b34964d403d7c3da826476afbb19 (patch)
treefca946a1bd15e2b7018780a749e2aeb0a0601521
parent57e91b4159082b8cbda54e38c80117a954af154a (diff)
downloadlua-c96cd1c647f4b34964d403d7c3da826476afbb19.tar.gz
lua-c96cd1c647f4b34964d403d7c3da826476afbb19.tar.bz2
lua-c96cd1c647f4b34964d403d7c3da826476afbb19.zip
reinsertion-control macro renamed: lconfig_h -> luaconf_h
-rw-r--r--luaconf.h6
1 files 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 @@
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>