mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-09-02 22:48:39 +00:00
* src/getargs.c (report_argmatch): Initialize strtok().
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2002-06-25 Raja R Harinath <[email protected]>
|
||||||
|
|
||||||
|
* src/getargs.c (report_argmatch): Initialize strtok().
|
||||||
|
|
||||||
2002-06-20 Akim Demaille <[email protected]>
|
2002-06-20 Akim Demaille <[email protected]>
|
||||||
|
|
||||||
* data/bison.simple (b4_symbol_actions): New, replaces...
|
* data/bison.simple (b4_symbol_actions): New, replaces...
|
||||||
|
|||||||
@@ -41,6 +41,7 @@ Paul Eggert [email protected]
|
|||||||
Per Allansson [email protected]
|
Per Allansson [email protected]
|
||||||
Peter Hámorský [email protected]
|
Peter Hámorský [email protected]
|
||||||
Piotr Gackiewicz [email protected]
|
Piotr Gackiewicz [email protected]
|
||||||
|
Raja R Harinath [email protected]
|
||||||
Richard Stallman [email protected]
|
Richard Stallman [email protected]
|
||||||
Robert Anisko [email protected]
|
Robert Anisko [email protected]
|
||||||
Shura [email protected]
|
Shura [email protected]
|
||||||
|
|||||||
@@ -75,6 +75,7 @@ static void
|
|||||||
report_argmatch (char *args)
|
report_argmatch (char *args)
|
||||||
{
|
{
|
||||||
ARGMATCH_ASSERT (report_args, report_types);
|
ARGMATCH_ASSERT (report_args, report_types);
|
||||||
|
args = strtok (args, ",");
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
int report = XARGMATCH ("--report", args,
|
int report = XARGMATCH ("--report", args,
|
||||||
|
|||||||
Reference in New Issue
Block a user