aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>