From: MÃ¥rten Dolk Date: Thu, 19 May 2005 20:51:28 +0000 (+0000) Subject: added declaration of yyparse() X-Git-Url: https://ruin.nu/git/?p=popboot.git;a=commitdiff_plain;h=1799f86bcabe558f8574d48920b6951f534e3c1f added declaration of yyparse() --- diff --git a/parser.y b/parser.y index 4986208..a8269f5 100644 --- a/parser.y +++ b/parser.y @@ -13,6 +13,7 @@ using namespace std; + int yyparse(void); int yylex (void); void yyerror (char const *);