Richard M. Stallman 70ddf8972a Use malloc, if using alloca is troublesome.
(YYSTACK_USE_ALLOCA): New flag macro.
Define it for some systems and compilers.
(YYSTACK_ALLOC): New macro.
(yyparse): Use YYSTACK_ALLOC to allocate stack.
If it was malloc'd, free it.
1997-05-17 18:44:24 +00:00
1995-11-29 01:26:22 +00:00
1992-09-25 22:06:24 +00:00
1995-10-16 14:10:22 +00:00
1996-06-01 22:00:33 +00:00
1992-04-20 06:32:57 +00:00
1987-12-16 06:53:07 +00:00

This directory contains the Bison parser generator.

See the file INSTALL for compilation and installation instructions.

It was once true that, when installing Bison on Sequent (or Pyramid?)
systems, you had to be in the Berkeley universe.  This may no longer
be true; we have no way to tell.

On VMS, you will probably have to create Makefile from Makefile.in by
hand.  Remember to do `SET COMMAND BISON' to install the data in
`BISON.CLD'.

Send bug reports to bug-gnu-utils@prep.ai.mit.edu.  Please include the
version number from `bison --version', and a complete, self-contained
test case in each bug report.
Description
No description provided
Readme 18 MiB
Languages
C 61%
M4 11.7%
C++ 11.3%
Shell 4.1%
XSLT 3.1%
Other 8.8%