undo that
authorDana Jansens <danakj@orodu.net>
Wed, 2 Apr 2003 18:37:28 +0000 (18:37 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 2 Apr 2003 18:37:28 +0000 (18:37 +0000)
openbox/parse.h
openbox/parse.yacc

index 9f9eda6..3c649db 100644 (file)
@@ -2,9 +2,7 @@
 #define __parse_h
 
 #include <glib.h>
-#ifndef NO_Y_H
-#  include "y.tab.h"
-#endif
+#include "y.tab.h"
 
 typedef enum {
     TOKEN_REAL       = REAL,
index 8043c04..e9b469e 100644 (file)
@@ -1,8 +1,5 @@
 %{
-#define NO_Y_H
 #include "parse.h"
-#undef NO_Y_H
-
 #ifdef HAVE_STDIO_H
 #  include <stdio.h>
 #endif