summaryrefslogtreecommitdiffstats
path: root/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/parser.h b/parser.h
index 305b8d7b..bb85d01c 100644
--- a/parser.h
+++ b/parser.h
@@ -36,8 +36,7 @@ typedef struct {
extern const wchar_t *spec_file;
extern val form_to_ln_hash;
-int yyparse(parser_t *, void *scanner);
-void yyerror(parser_t *, void *scanner, const char *s);
+void yyerror(void *scanner, parser_t *, const char *s);
void yyerr(void *scanner, const char *s);
void yyerrorf(void *scanner, val s, ...);
void yybadtoken(parser_t *, int tok, val context);