mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
remove useless variable.
* src/getargs.c (skeleton_arg): Remove now useless variable. Should help the compiler see that this printf-like call is sane.
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2009-05-19 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
|
remove useless variable.
|
||||||
|
* src/getargs.c (skeleton_arg): Remove now useless variable.
|
||||||
|
Should help the compiler see that this printf-like call is sane.
|
||||||
|
|
||||||
2009-05-15 Akim Demaille <demaille@gostai.com>
|
2009-05-15 Akim Demaille <demaille@gostai.com>
|
||||||
|
|
||||||
Rename token.prefix as api.tokens.prefix.
|
Rename token.prefix as api.tokens.prefix.
|
||||||
|
|||||||
@@ -385,11 +385,7 @@ skeleton_arg (char const *arg, int prio, location loc)
|
|||||||
skeleton = arg;
|
skeleton = arg;
|
||||||
}
|
}
|
||||||
else if (prio == skeleton_prio)
|
else if (prio == skeleton_prio)
|
||||||
{
|
complain_at (loc, _("multiple skeleton declarations are invalid"));
|
||||||
char const *msg =
|
|
||||||
_("multiple skeleton declarations are invalid");
|
|
||||||
complain_at (loc, msg);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|||||||
Reference in New Issue
Block a user