merge from gcc

This commit is contained in:
DJ Delorie 2007-07-12 03:10:12 +00:00
parent a590e8e71d
commit db42c6e8ee
2 changed files with 4 additions and 1 deletions

View File

@ -4,6 +4,10 @@
* Makefile.in: Rebuild deps.
(maintainer-clean-subdir): Depend on stamp-h rather than config.h.
2007-07-02 Simon Baldwin <simonb@google.com>
* argv.c (writeargv): Removed declaration of unused variable.
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Use ACX_PROG_CC_ALMOST_PEDANTIC too.

View File

@ -310,7 +310,6 @@ writeargv (char **argv, FILE *f)
while (*argv != NULL)
{
int ret;
const char *arg = *argv;
while (*arg != EOS)