* Makefile.in (BISON): Add comment that when bison is used, it
authorFred Fish <fnf@specifix.com>
Thu, 31 Dec 1992 19:08:08 +0000 (19:08 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 31 Dec 1992 19:08:08 +0000 (19:08 +0000)
commit19d0f3f41df4654c842e29c9c09f58dd3ddf9951
treef475cef93c1740bf9f7d8587a7aded1774ce80e6
parent8a1c3e99492d67497a338ce1efd71bb169bd85e5
* Makefile.in (BISON):  Add comment that when bison is used, it
must include the "-y" option.
* c-exp.y, m2-exp.y (yyrule, yyname, yyss, yyssp, yyvs, yyvsp):
Remove defines to remap non-yacc symbols, thus backing out of
previous recent changes.  Standard policy is that non-yacc parser
generators get fixed, rather than adding bug workarounds in gdb
for each new one that pops up.  Expand comment to note this.
* c-exp.y, m2-exp.y (YYDEBUG):  Revert back to disabled by default.
gdb/ChangeLog
gdb/Makefile.in
gdb/c-exp.y
gdb/ch-exp.y
gdb/m2-exp.y