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"