]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - libiberty/rename.c
Use unsigned for stack var indexes during RTL expansion
[thirdparty/gcc.git] / libiberty / rename.c
index 05630629c1fa8ddf5bae328fbd6d9b03d51a447f..ad342ffca65c59479667d11b77ba2ac8e52ee58a 100644 (file)
@@ -12,6 +12,7 @@ exists, it is removed.
 
 */
 
+#include "ansidecl.h"
 #ifdef HAVE_CONFIG_H
 #include "config.h"
 #endif
@@ -21,9 +22,7 @@ exists, it is removed.
 #endif
 
 int
-rename (zfrom, zto)
-     char *zfrom;
-     char *zto;
+rename (const char *zfrom, const char *zto)
 {
   if (link (zfrom, zto) < 0)
     {