X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=libiberty%2Fspaces.c;h=6df0b13f0d24b8a2a1bde8a1d8b492772d69010f;hb=885f2199f39dcc84c7cabe6c8149d3e86c341fea;hp=bfead7ed7a4aebd3bccc2a411e9e0e018cb426be;hpb=6b32f9fc292fb047f9dabbc7de9e49fad289f416;p=thirdparty%2Fgcc.git diff --git a/libiberty/spaces.c b/libiberty/spaces.c index bfead7ed7a4a..6df0b13f0d24 100644 --- a/libiberty/spaces.c +++ b/libiberty/spaces.c @@ -37,13 +37,12 @@ valid until at least the next call. #include #else /* For systems with larger pointers than ints, these must be declared. */ -extern PTR malloc PARAMS ((size_t)); -extern void free PARAMS ((PTR)); +extern PTR malloc (size_t); +extern void free (PTR); #endif const char * -spaces (count) - int count; +spaces (int count) { register char *t; static char *buf;