aboutsummaryrefslogtreecommitdiff
path: root/lstring.c
diff options
context:
space:
mode:
Diffstat (limited to 'lstring.c')
-rw-r--r--lstring.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lstring.c b/lstring.c
index f70e967e..1b0551c3 100644
--- a/lstring.c
+++ b/lstring.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lstring.c,v 1.40 2000/06/30 14:35:17 roberto Exp $ 2** $Id: lstring.c,v 1.41 2000/08/04 19:38:35 roberto Exp roberto $
3** String table (keeps all strings handled by Lua) 3** String table (keeps all strings handled by Lua)
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -7,8 +7,6 @@
7 7
8#include <string.h> 8#include <string.h>
9 9
10#define LUA_REENTRANT
11
12#include "lua.h" 10#include "lua.h"
13 11
14#include "lmem.h" 12#include "lmem.h"