X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/c49a8e71cec845d32366432b824a9317e4a80160..5aafad1ddfda34fcc7fd0b9939c0d935b71551e1:/acconfig.h diff --git a/acconfig.h b/acconfig.h index 658ee9d5..eed30ed0 100644 --- a/acconfig.h +++ b/acconfig.h @@ -10,6 +10,12 @@ /* Define if the compiler understands prototypes. */ #undef PROTOTYPES + +/* The location of the simple parser (bison.simple). */ +#undef XPFILE + +/* The location of the semantic parser (bison.hairy). */ +#undef XPFILE1 @BOTTOM@ #if defined(PROTOTYPES) || defined(__cplusplus)