mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* src/getargs.c (getargs): Don't dump `--help' on unrecognized
options.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2000-10-02 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* src/getargs.c (getargs): Don't dump `--help' on unrecognized
|
||||||
|
options.
|
||||||
|
|
||||||
|
|
||||||
2000-10-02 Akim Demaille <akim@epita.fr>
|
2000-10-02 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* src/derives.c, src/print.c, src/reduce.c: To ease the
|
* src/derives.c, src/print.c, src/reduce.c: To ease the
|
||||||
|
|||||||
2
NEWS
2
NEWS
@@ -8,6 +8,8 @@ Changes in version 1.28a:
|
|||||||
* NLS support updated; should hopefully be less troublesome.
|
* NLS support updated; should hopefully be less troublesome.
|
||||||
|
|
||||||
* Added the old Bison reference card.
|
* Added the old Bison reference card.
|
||||||
|
|
||||||
|
* Added `--locations' and `%locations'.
|
||||||
|
|
||||||
Changes in version 1.28:
|
Changes in version 1.28:
|
||||||
|
|
||||||
|
|||||||
@@ -214,7 +214,8 @@ getargs (int argc, char *argv[])
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
usage (stderr);
|
fprintf (stderr, _("Try `%s --help' for more information.\n"),
|
||||||
|
program_name);
|
||||||
exit (1);
|
exit (1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user