From: Richard M. Stallman Date: Thu, 19 Dec 1996 08:24:56 +0000 (+0000) Subject: [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined. X-Git-Tag: GNU_ORIG~18 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/6a5705cfe86144c3c1e6b25b6ffcc38a4dd6ccb2 [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined. --- diff --git a/src/files.c b/src/files.c index e47b0eeb..b69e2aa6 100644 --- a/src/files.c +++ b/src/files.c @@ -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 #include "system.h" #include "files.h"