mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-20 17:53:02 +00:00
[_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
This commit is contained in:
@@ -29,6 +29,15 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
#endif
|
#endif
|
||||||
#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 <stdio.h>
|
||||||
#include "system.h"
|
#include "system.h"
|
||||||
#include "files.h"
|
#include "files.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user