aboutsummaryrefslogtreecommitdiff
path: root/libiberty/strrchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libiberty/strrchr.c')
-rw-r--r--libiberty/strrchr.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/libiberty/strrchr.c b/libiberty/strrchr.c
index bc380c4..5cf7c14 100644
--- a/libiberty/strrchr.c
+++ b/libiberty/strrchr.c
@@ -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;