summaryrefslogtreecommitdiff
path: root/parser.y
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2002-09-29 13:02:26 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2002-09-29 13:02:26 +0000
commitceba778f9554c6e17382f2331972cac4a593449e (patch)
tree14882bd777465079db31b7eb5bb96a4fc819ae65 /parser.y
parent65cd53586ba48574606b74c1d27cfdf1d1dd705a (diff)
Removed the BUGS section of the man page.
Fixed a dipplicate case statement. Added yyerror declaration to fixe the mismathced declaration warning.
Diffstat (limited to 'parser.y')
-rw-r--r--parser.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/parser.y b/parser.y
index 5426675..4cd9024 100644
--- a/parser.y
+++ b/parser.y
@@ -29,6 +29,8 @@ extern char *certificate_passphrase;
/* using Bison, this arranges that yydebug messages will show actual tokens */
extern char * yytext;
#define YYPRINT(fp, type, val) fprintf(fp, " = \"%s\"", yytext)
+
+void yyerror (const char *s);
%}
%union {