From 6a5705cfe86144c3c1e6b25b6ffcc38a4dd6ccb2 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Thu, 19 Dec 1996 08:24:56 +0000 Subject: [PATCH] [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined. --- src/files.c | 9 +++++++++ 1 file changed, 9 insertions(+) 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" -- 2.47.2