This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch for more libiberty cleanups


> And here's the updated version of my patch.  Ok?

Ok.

> 2003-04-15  Kaveh R. Ghazi  <ghazi at caip dot rutgers dot edu>
> 
> 	* 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]