Integrate with Sarathy.
[p5sagit/p5-mst-13.2.git] / x2p / util.c
index 364dfe9..d43a1eb 100644 (file)
@@ -203,6 +203,9 @@ fatal(char *pat,...)
     exit(1);
 }
 
+#if defined(__APPLE_CC__)
+__private_extern__     /* warn() conflicts with libc */
+#endif
 void
 warn(char *pat,...)
 {