aboutsummaryrefslogtreecommitdiff
path: root/lparser.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2006-03-09 15:15:48 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2006-03-09 15:15:48 -0300
commit3d61c31e5ad099952b20a31424a725c767150ba8 (patch)
tree95ca5fbe95ec1a07bccd8bcef9bcddd00e8cdde7 /lparser.h
parent44a9bd6a8cb63adeb66537eacf56f45c91a318b6 (diff)
downloadlua-3d61c31e5ad099952b20a31424a725c767150ba8.tar.gz
lua-3d61c31e5ad099952b20a31424a725c767150ba8.tar.bz2
lua-3d61c31e5ad099952b20a31424a725c767150ba8.zip
'lparser.h' should not include 'ltable.h'
Diffstat (limited to 'lparser.h')
-rw-r--r--lparser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lparser.h b/lparser.h
index 35bdaf47..7e1d487d 100644
--- a/lparser.h
+++ b/lparser.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lparser.h,v 1.55 2005/04/25 19:24:10 roberto Exp roberto $ 2** $Id: lparser.h,v 1.56 2005/10/03 14:02:40 roberto Exp roberto $
3** Lua Parser 3** Lua Parser
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -9,7 +9,6 @@
9 9
10#include "llimits.h" 10#include "llimits.h"
11#include "lobject.h" 11#include "lobject.h"
12#include "ltable.h"
13#include "lzio.h" 12#include "lzio.h"
14 13
15 14