aboutsummaryrefslogtreecommitdiff
path: root/lparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'lparser.h')
-rw-r--r--lparser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lparser.h b/lparser.h
index f94045d2..1bd3517c 100644
--- a/lparser.h
+++ b/lparser.h
@@ -1,6 +1,6 @@
1/* 1/*
2** $Id: lparser.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $ 2** $Id: lparser.h,v 1.2 1997/12/22 20:57:18 roberto Exp roberto $
3** Syntax analizer and code generator 3** LL(1) Parser and code generator for Lua
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
6 6