]> git.saurik.com Git - bison.git/commitdiff
Document the BISON_HAIRY and BISON_SIMPLE variables.
authorJesse Thilo <jthilo@gnu.org>
Thu, 26 Nov 1998 00:14:37 +0000 (00:14 +0000)
committerJesse Thilo <jthilo@gnu.org>
Thu, 26 Nov 1998 00:14:37 +0000 (00:14 +0000)
doc/bison.1

index 0cd949ee422e0c0e6b3e43d8fca1b823998293cb..958bb398b98938384672ecdbc4a2340d8736dbb6 100644 (file)
@@ -328,6 +328,17 @@ will be removed, because it is incompatible with the POSIX.2 standard.
 /usr/local/lib/bison.simple    simple parser
 .br
 /usr/local/lib/bison.hairy     complicated parser
+.SH "ENVIRONMENT VARIABLES"
+.TP
+.SM BISON_SIMPLE
+If this is set, it specifies the location in which the
+.B bison.simple
+parser can be found.
+.TP
+.SM BISON_HAIRY
+If this is set, it specifies the location in which the
+.B bison.hairy
+parser can be found.
 .SH SEE ALSO
 .IR yacc (1)
 .br