#357 closed defect (fixed)
Bison Cleanup (appendix a)
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | CVS |
Severity: | normal | Keywords: | |
Cc: |
Description
in the bison dependencies we say:
yacc We create a yacc script which calls bison using the -y option. This is for compatibility purposes for programs which use yacc instead of bison
shouldnt this be:
yacc We create a bash script called yacc which calls bison using the -y option. This is for compatibility purposes for programs which use yacc instead of bison
after all it makes a lot more sense considering it is a bash shell script...
--- Jay
Change History (2)
comment:1 by , 23 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 23 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
This was brought up before, I thought it was fixed already...apparently not. Fixing now.