]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/spaces.c
partition.h: Remove use of PARAMS.
[thirdparty/gcc.git] / libiberty / spaces.c
index bfead7ed7a4aebd3bccc2a411e9e0e018cb426be..6df0b13f0d24b8a2a1bde8a1d8b492772d69010f 100644 (file)
@@ -37,13 +37,12 @@ valid until at least the next call.
 #include <unixlib.h>
 #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;