diff options
Diffstat (limited to 'src/Backtrace/parser.y')
-rw-r--r-- | src/Backtrace/parser.y | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Backtrace/parser.y b/src/Backtrace/parser.y index b10184d2..76dd7de4 100644 --- a/src/Backtrace/parser.y +++ b/src/Backtrace/parser.y @@ -1,5 +1,4 @@ %{ /* -*- mode: yacc -*- -/* Copyright (C) 2009 RedHat inc. This program is free software; you can redistribute it and/or modify @@ -31,6 +30,8 @@ void yyerror(char const *s) fprintf (stderr, "\nParser error: %s\n", s); } +int yylex(); + %} /* This defines the type of yylval */ |