]> oss.titaniummirror.com Git - msp430-gcc.git/blobdiff - libiberty/strrchr.c
Imported gcc-4.4.3
[msp430-gcc.git] / libiberty / strrchr.c
index bc380c4c5d30946700c33fea0563381f23fe3cdd..5cf7c14d8b746ea64cd49d44d598d5c96731fed8 100644 (file)
@@ -16,9 +16,7 @@ null character, the results are undefined.
 #include <ansidecl.h>
 
 char *
-strrchr (s, c)
-  register const char *s;
-  int c;
+strrchr (register const char *s, int c)
 {
   char *rtnval = 0;