[gnu.g++.bug] G++ 1.27.0: Bug in lex.c

rfrench@ATHENA.MIT.EDU ("Robert S. French") (09/22/88)

For some reason on my system (BSD 4.3/VAX), errno does not get
declared in lex.c.  This causes the compilation to bomb.  An obvious
solution is to place the declaration "extern int errno;" at the top of
the file.

			Rob French