]> git.saurik.com Git - bison.git/commit
Don't use m4_include on relative file names, as it doesn't work.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 26 Dec 2002 09:12:05 +0000 (09:12 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 26 Dec 2002 09:12:05 +0000 (09:12 +0000)
commit983c5c2c2a4cc5b1dbd63236ad1215d2a113391e
tree28d9a135c26099408666e06fcb37c0902da627c6
parent5b66ea8b80a6bdac5f369d7dc1466021f2abb337
Don't use m4_include on relative file names, as it doesn't work.
Remove obsolete references to bison.simple and bison.hairy.
* src/getargs.c (getargs) [MSDOS]: Don't assume optarg != NULL.
* src/parse-gram.y (declaration): Use enum "report_states".
* src/scan-skel.l ("@output ".*\n): Close any old yyout before new one.
ChangeLog