mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* data/bison.simple, data/bison.c++: Rename as...
* data/yacc.c, data/lalr1.cc: these. * doc/bison.texinfo (Environment Variables): Remove.
This commit is contained in:
@@ -5532,7 +5532,6 @@ will produce @file{output.c++} and @file{outfile.h++}.
|
||||
@menu
|
||||
* Bison Options:: All the options described in detail,
|
||||
in alphabetical order by short options.
|
||||
* Environment Variables:: Variables which affect Bison execution.
|
||||
* Option Cross Key:: Alphabetical list of long options.
|
||||
* VMS Invocation:: Bison command syntax on VMS.
|
||||
@end menu
|
||||
@@ -5681,23 +5680,6 @@ difference is that it has an optionnal argument which is the name of
|
||||
the output graph filename.
|
||||
@end table
|
||||
|
||||
@node Environment Variables
|
||||
@section Environment Variables
|
||||
@cindex environment variables
|
||||
@cindex BISON_SIMPLE
|
||||
|
||||
Here is a list of environment variables which affect the way Bison
|
||||
runs.
|
||||
|
||||
@table @samp
|
||||
@item BISON_SIMPLE
|
||||
Much of the parser generated by Bison is copied verbatim from a file
|
||||
called @file{bison.simple}. If Bison cannot find that file, or if you
|
||||
would like to direct Bison to use a different copy, setting the
|
||||
environment variable @code{BISON_SIMPLE} to the path of the file will
|
||||
cause Bison to use that copy instead.
|
||||
@end table
|
||||
|
||||
@node Option Cross Key
|
||||
@section Option Cross Key
|
||||
|
||||
|
||||
Reference in New Issue
Block a user