]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/rename.c
partition.h: Remove use of PARAMS.
[thirdparty/gcc.git] / libiberty / rename.c
index 399980ab7d7e995f5fb344f8f144d8959d727b5f..ad342ffca65c59479667d11b77ba2ac8e52ee58a 100644 (file)
@@ -22,9 +22,7 @@ exists, it is removed.
 #endif
 
 int
-rename (zfrom, zto)
-     const char *zfrom;
-     const char *zto;
+rename (const char *zfrom, const char *zto)
 {
   if (link (zfrom, zto) < 0)
     {