From 1e45deed6a87c05c9e669e3cdfdda47cbfa9531d Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Mon, 28 Mar 2005 05:07:08 +0000 Subject: merge from gcc --- libiberty/strchr.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'libiberty/strchr.c') diff --git a/libiberty/strchr.c b/libiberty/strchr.c index 1f71c51..935805e 100644 --- a/libiberty/strchr.c +++ b/libiberty/strchr.c @@ -16,9 +16,7 @@ null character, the results are undefined. #include char * -strchr (s, c) - register const char *s; - int c; +strchr (register const char *s, int c) { do { if (*s == c) -- cgit v1.1