diff options
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; |
