]> git.saurik.com Git - bison.git/commitdiff
[_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
authorRichard M. Stallman <rms@gnu.org>
Thu, 19 Dec 1996 08:24:56 +0000 (08:24 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 19 Dec 1996 08:24:56 +0000 (08:24 +0000)
src/files.c

index e47b0eeb6d582a859b4952e4391aa566e4dda7b9..b69e2aa69aaf80e84901d719e87bbe8f8616a0c0 100644 (file)
@@ -29,6 +29,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #endif
 #endif
 
+#if defined (_MSC_VER)
+#ifndef XPFILE
+#define XPFILE "c:/usr/local/lib/bison.simple"
+#endif
+#ifndef XPFILE1
+#define XPFILE1 "c:/usr/local/lib/bison.hairy"
+#endif
+#endif
+
 #include <stdio.h>
 #include "system.h"
 #include "files.h"