]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Sat, 7 Mar 1992 06:54:28 +0000 (06:54 +0000)
committerRichard Stallman <rms@gnu.org>
Sat, 7 Mar 1992 06:54:28 +0000 (06:54 +0000)
From-SVN: r409

gcc/protoize.c

index 7370997072bc3e8a9b86106b75544a07bf259524..71b2fc986e4a8dc96ab59ff0aeed043e3e65f90a 100644 (file)
@@ -198,12 +198,11 @@ extern int      strncmp ();
 extern char *   strncpy ();
 extern char *   strrchr ();
 
+/* Fork is not declared because the declaration caused a conflict
+   on the HPPA.  */
 #if !(defined (USG) || defined (VMS))
-extern int vfork ();
 #define fork vfork
-#else
-extern int fork ();
-#endif /* !(defined (USG) || defined (VMS)) */
+#endif /* (defined (USG) || defined (VMS)) */
 
 #endif /* !defined (POSIX) */