[_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.

This commit is contained in:
Richard M. Stallman
1996-12-19 08:24:56 +00:00
parent 1b1816515e
commit 6a5705cfe8

View 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"