X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/5b727005f7dbf17517e4cc6ad8ede1e549982bea..ff9fae99fb73d2b2176f1f9a902535edc70de54a:/src/parse.h?ds=sidebyside diff --git a/src/parse.h b/src/parse.h index e945370..ff21709 100644 --- a/src/parse.h +++ b/src/parse.h @@ -1,5 +1,5 @@ -#ifndef BISON_Y_TAB_H -# define BISON_Y_TAB_H +#ifndef BISON_PARSE_H +# define BISON_PARSE_H #ifndef YYSTYPE typedef union { @@ -66,4 +66,4 @@ typedef union { extern YYSTYPE yylval; -#endif /* not BISON_Y_TAB_H */ +#endif /* not BISON_PARSE_H */