From: Michael Andreen Date: Thu, 19 May 2005 20:35:29 +0000 (+0000) Subject: function declaration X-Git-Url: https://ruin.nu/git/?p=popboot.git;a=commitdiff_plain;h=293888307a72835ba4002b8bae744b61f0e3b18e function declaration --- 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 *);