diff options
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/.cvsignore | 1 | ||||
| -rw-r--r-- | openbox/parse.y | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/openbox/.cvsignore b/openbox/.cvsignore index 9f07b9e0..5060e191 100644 --- a/openbox/.cvsignore +++ b/openbox/.cvsignore @@ -3,3 +3,4 @@ lex.yy.c parse.tab.c parse.tab.h .libs +parse.lex.c 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; |
