summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-04-03 21:02:13 +0000
committerDana Jansens <danakj@orodu.net>2003-04-03 21:02:13 +0000
commitce901a234111f0a6cf98b441c011289ce0d0bdfa (patch)
tree9a13756d08ea31a85a22bc5987b2f4d5818c5513 /openbox
parent2d81fb038b0690e73518a644ce73ff8c44565707 (diff)
more build fixes, calling the other makefiles instead of including them
Diffstat (limited to 'openbox')
-rw-r--r--openbox/.cvsignore1
-rw-r--r--openbox/parse.y4
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;