aboutsummaryrefslogtreecommitdiff
path: root/lparser.h
diff options
context:
space:
mode:
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