mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-13 06:13:02 +00:00
* src/file.h (BISON_SIMPLE, BISON_HAIRY): Move from here...
* src/system.h (BISON_SIMPLE, BISON_HAIRY): ... to here.
This commit is contained in:
18
src/system.h
18
src/system.h
@@ -219,3 +219,21 @@ do { \
|
||||
# define EXT_GUARD_C ".guard.c"
|
||||
# endif /* ! MSDOS */
|
||||
#endif /* ! VMS */
|
||||
|
||||
#if defined (VMS) & !defined (__VMS_POSIX)
|
||||
# ifndef BISON_SIMPLE
|
||||
# define BISON_SIMPLE "GNU_BISON:[000000]BISON.SIMPLE"
|
||||
# endif
|
||||
# ifndef BISON_HAIRY
|
||||
# define BISON_HARIRY "GNU_BISON:[000000]BISON.HAIRY"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined (_MSC_VER)
|
||||
# ifndef BISON_SIMPLE
|
||||
# define BISON_SIMPLE "c:/usr/local/lib/bison.simple"
|
||||
# endif
|
||||
# ifndef BISON_HAIRY
|
||||
# define BISON_HAIRY "c:/usr/local/lib/bison.hairy"
|
||||
# endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user