all repos — openbox @ 089a7320ff201080a8aa1b591eacd9be1f88b5c3

openbox fork - make it a bit more like ryudo

undo that
Dana Jansens danakj@orodu.net
commit

089a7320ff201080a8aa1b591eacd9be1f88b5c3

parent

c561ee4c7f5d24e01a4fdfd3ae44500e88ef5e52

2 files changed, 1 insertions(+), 6 deletions(-)

jump to
M openbox/parse.hopenbox/parse.h

@@ -2,9 +2,7 @@ #ifndef __parse_h

#define __parse_h #include <glib.h> -#ifndef NO_Y_H -# include "y.tab.h" -#endif +#include "y.tab.h" typedef enum { TOKEN_REAL = REAL,
M openbox/parse.yaccopenbox/parse.yacc

@@ -1,8 +1,5 @@

%{ -#define NO_Y_H #include "parse.h" -#undef NO_Y_H - #ifdef HAVE_STDIO_H # include <stdio.h> #endif