From 8dd9a7c7fb811f633c9e2959fa27c16c7a366f9c Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 2 Apr 2003 17:21:59 +0000 Subject: don't include the y.tab.h inside the yacc file --- openbox/parse.yacc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'openbox/parse.yacc') diff --git a/openbox/parse.yacc b/openbox/parse.yacc index e9b469e0..8043c04a 100644 --- a/openbox/parse.yacc +++ b/openbox/parse.yacc @@ -1,5 +1,8 @@ %{ +#define NO_Y_H #include "parse.h" +#undef NO_Y_H + #ifdef HAVE_STDIO_H # include #endif -- cgit v1.2.3