From ce901a234111f0a6cf98b441c011289ce0d0bdfa Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 3 Apr 2003 21:02:13 +0000 Subject: more build fixes, calling the other makefiles instead of including them --- openbox/parse.y | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'openbox/parse.y') diff --git a/openbox/parse.y b/openbox/parse.y index bc77fd9a..71cc5ba9 100644 --- a/openbox/parse.y +++ b/openbox/parse.y @@ -19,8 +19,8 @@ #include "parse.h" extern int yylex(); -/*extern int yyparse();*/ -/*void yyerror(char *err);*/ +extern int yyparse(); +void yyerror(char *err); extern int yylineno; extern FILE *yyin; -- cgit v1.2.3