diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2006-03-09 15:15:48 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2006-03-09 15:15:48 -0300 |
commit | 3d61c31e5ad099952b20a31424a725c767150ba8 (patch) | |
tree | 95ca5fbe95ec1a07bccd8bcef9bcddd00e8cdde7 /lparser.c | |
parent | 44a9bd6a8cb63adeb66537eacf56f45c91a318b6 (diff) | |
download | lua-3d61c31e5ad099952b20a31424a725c767150ba8.tar.gz lua-3d61c31e5ad099952b20a31424a725c767150ba8.tar.bz2 lua-3d61c31e5ad099952b20a31424a725c767150ba8.zip |
'lparser.h' should not include 'ltable.h'
Diffstat (limited to 'lparser.c')
-rw-r--r-- | lparser.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lparser.c,v 2.39 2005/12/07 15:43:05 roberto Exp roberto $ | 2 | ** $Id: lparser.c,v 2.40 2005/12/22 16:19:56 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 | */ |
@@ -23,7 +23,7 @@ | |||
23 | #include "lparser.h" | 23 | #include "lparser.h" |
24 | #include "lstate.h" | 24 | #include "lstate.h" |
25 | #include "lstring.h" | 25 | #include "lstring.h" |
26 | 26 | #include "ltable.h" | |
27 | 27 | ||
28 | 28 | ||
29 | 29 | ||