]> git.ipfire.org Git - thirdparty/gcc.git/commit - libiberty/floatformat.c
argv.c: Fix comments.
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>
Tue, 15 Apr 2003 20:36:33 +0000 (20:36 +0000)
committerKaveh Ghazi <ghazi@gcc.gnu.org>
Tue, 15 Apr 2003 20:36:33 +0000 (20:36 +0000)
commitc9ac9147cfe3ffb4cc530682b0f3f807d860d8a4
tree3a3d8d2a1200271f88e99f0c99b9d1269be9d399
parent8a4680dba6c895290289e0019ac962ccc2f5afb5
argv.c: Fix comments.

* argv.c: Fix comments.
* calloc.c: Don't unnecessarily include "libiberty.h".
(bzero): Add prototype.
* floatformat.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
* getcwd.c (getcwd): Use standard definition to avoid conflicts
with system headers.
* hashtab.c (htab_traverse): Delete unused variables.
* rename.c: Include "ansidecl.h".
(rename): Use standard definition to avoid conflicts with system
headers.
* strsignal.c: Rely on ANSI_PROTOTYPES.
* strstr.c: Check GNUC >= 2, not GNUC == 2.
* vfprintf.c: Include "ansidecl.h", rely on ANSI_PROTOTYPES.
* vprintf.c: Include "ansidecl.h" earlier, rely on
ANSI_PROTOTYPES.
* vsprintf.c: Include "ansidecl.h" earlier, rely on
ANSI_PROTOTYPES and possibly include <stdarg.h>.

* Makefile.in: Regenerate dependencies.

From-SVN: r65659
13 files changed:
libiberty/ChangeLog
libiberty/Makefile.in
libiberty/argv.c
libiberty/calloc.c
libiberty/floatformat.c
libiberty/getcwd.c
libiberty/hashtab.c
libiberty/rename.c
libiberty/strsignal.c
libiberty/strstr.c
libiberty/vfprintf.c
libiberty/vprintf.c
libiberty/vsprintf.c