aboutsummaryrefslogtreecommitdiff
path: root/ltable.c
diff options
context:
space:
mode:
Diffstat (limited to 'ltable.c')
-rw-r--r--ltable.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ltable.c b/ltable.c
index 845e639e..284826ef 100644
--- a/ltable.c
+++ b/ltable.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: ltable.c,v 1.76 2001/02/20 18:15:33 roberto Exp roberto $ 2** $Id: ltable.c,v 1.77 2001/02/23 17:17:25 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,6 +18,7 @@
18*/ 18*/
19 19
20 20
21#define LUA_PRIVATE
21#include "lua.h" 22#include "lua.h"
22 23
23#include "ldo.h" 24#include "ldo.h"