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 5df77abc..f94045d2 100644
--- a/lparser.h
+++ b/lparser.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: $ 2** $Id: lparser.h,v 1.1 1997/09/16 19:25:59 roberto Exp roberto $
3** Syntax analizer and code generator 3** Syntax analizer and code generator
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -12,7 +12,7 @@
12 12
13 13
14void luaY_codedebugline (int line); 14void luaY_codedebugline (int line);
15TProtoFunc *luaY_parser (ZIO *z, char *chunkname); 15TProtoFunc *luaY_parser (ZIO *z);
16void luaY_error (char *s); 16void luaY_error (char *s);
17void luaY_syntaxerror (char *s, char *token); 17void luaY_syntaxerror (char *s, char *token);
18 18