bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Typo in VMS-specific code prevents #definition of BISON_HAIRY


From: Kevin Goodsell
Subject: Typo in VMS-specific code prevents #definition of BISON_HAIRY
Date: Sat, 22 Jun 2002 17:16:03 -0600

I don't know where to look for lists of bugs that have been found, so
please ignore me if this is already known (which seems likely, since I
believe it should prevent compilation on VMS).

I noticed the following code from system.h:

#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

I haven't tried building on VMS, but it looks obvious that the wrong
symbol is being #defined. BISON_HARIRY should be BISON_HAIRY.

-Kevin



reply via email to

[Prev in Thread] Current Thread [Next in Thread]