]> git.draconx.ca Git - gob-dx.git/blobdiff - src/lexer.l
Release 0.0.2
[gob-dx.git] / src / lexer.l
index 92454f281326601db42141ac34088a74b0cdf06e..ebfc1871ea9af15b784fb4f86a9de9fc451431c4 100644 (file)
  */
 %{
 
+#include "config.h"
 #include <glib.h>
 
-#include "y.tab.h"
+#include "parse.h"
 
 static int parenth_depth = 0;
 static int before_comment = INITIAL;