diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-02 18:54:56 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-02 18:54:56 +0000 |
| commit | 87fbee961fcf302ed92cbc2681375a3bea9ce713 (patch) | |
| tree | ff3de441fe1e701a6452f2277c05ca33893e2bdc /openbox/parse.l | |
| parent | 089a7320ff201080a8aa1b591eacd9be1f88b5c3 (diff) | |
this should seriously work
Diffstat (limited to 'openbox/parse.l')
| -rw-r--r-- | openbox/parse.l | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/openbox/parse.l b/openbox/parse.l index c888b9f1..bab976c4 100644 --- a/openbox/parse.l +++ b/openbox/parse.l @@ -1,12 +1,9 @@ %{ -#include <glib.h> -#include "y.tab.h" +#include "parse.h" #ifdef HAVE_STDLIB_H # include <stdlib.h> #endif -extern void yyerror(char *err); - int yylineno = 1; %} |
