merge from gcc
[deliverable/binutils-gdb.git] / libiberty / strstr.c
index a059c7f5dcb3b3d6c17efc26566bd5c412d5dc37..ff8abd20f786add836af29c309109533f0965aba 100644 (file)
@@ -21,8 +21,7 @@ length, the function returns @var{string}.
    been validated to comply with it.  -fnf */
 
 char *
-strstr (s1, s2)
-  char *s1, *s2;
+strstr (char *s1, char *s2)
 {
   register char *p = s1;
   extern char *strchr ();
This page took 0.022663 seconds and 4 git commands to generate.