Defined locations of parser files in config.h instead of Makefile.

This commit is contained in:
Jesse Thilo
1999-02-12 15:18:12 +00:00
parent 315f05ae6c
commit 9eceb6c6d3
6 changed files with 29 additions and 11 deletions

View File

@@ -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)