summaryrefslogtreecommitdiff
path: root/lparser.c
diff options
context:
space:
mode:
Diffstat (limited to 'lparser.c')
-rw-r--r--lparser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lparser.c b/lparser.c
index 975c9b8f..e5c38b6c 100644
--- a/lparser.c
+++ b/lparser.c
@@ -1,6 +1,6 @@
1/* 1/*
2** $Id: lparser.c,v 1.151 2001/06/28 14:57:17 roberto Exp roberto $ 2** $Id: lparser.c,v 1.152 2001/07/10 20:02:22 roberto Exp roberto $
3** LL(1) Parser and code generator for Lua 3** Lua Parser
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6