]> git.saurik.com Git - bison.git/blobdiff - src/files.h
Defined locations of parser files in config.h instead of Makefile.
[bison.git] / src / files.h
index e72dd2016e7f34d36470ef171f462978d8607305..6bc1e4e5b203b487e01e754ecfdc705df83852ba 100644 (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 */