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

@@ -21,7 +21,7 @@ Boston, MA 02111-1307, USA. */
/* These two should be pathnames for opening the sample parser files.
When bison is installed, they should be absolute pathnames.
XPFILE1 and XPFILE2 normally come from the Makefile. */
XPFILE1 and XPFILE2 normally come from config.h. */
#define PFILE XPFILE /* Simple parser */
#define PFILE1 XPFILE1 /* Semantic parser */