]> Dogcows Code - chaz/openbox/blobdiff - openbox/parse.l
new build system without automake
[chaz/openbox] / openbox / parse.l
index c888b9f1a9fc2752db6404008963ad89dcf35101..bab976c4129c1c8457353adf82281e72169a4edd 100644 (file)
@@ -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;
 %}
 
This page took 0.021093 seconds and 4 git commands to generate.