diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-03 21:02:13 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-03 21:02:13 +0000 |
| commit | ce901a234111f0a6cf98b441c011289ce0d0bdfa (patch) | |
| tree | 9a13756d08ea31a85a22bc5987b2f4d5818c5513 /openbox/parse.y | |
| parent | 2d81fb038b0690e73518a644ce73ff8c44565707 (diff) | |
more build fixes, calling the other makefiles instead of including them
Diffstat (limited to 'openbox/parse.y')
| -rw-r--r-- | openbox/parse.y | 4 |
1 files changed, 2 insertions, 2 deletions
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; |
