aboutsummaryrefslogtreecommitdiff
path: root/ltable.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltable.c')
-rw-r--r--ltable.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ltable.c b/ltable.c
index fefd4043..604129c5 100644
--- a/ltable.c
+++ b/ltable.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltable.c,v 1.51 2000/08/04 19:38:35 roberto Exp roberto $ 2** $Id: ltable.c,v 1.52 2000/08/07 20:21:34 roberto Exp roberto $
3** Lua tables (hash) 3** Lua tables (hash)
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -18,8 +18,6 @@
18*/ 18*/
19 19
20 20
21#define LUA_REENTRANT
22
23#include "lua.h" 21#include "lua.h"
24 22
25#include "lauxlib.h" 23#include "lauxlib.h"