Message-ID: <Pine.SOC.4.62.
0505231143480.4714@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@24554
/*
* externals
*/
-#ifndef WIN32
-#ifndef sun
-extern int errno;
-#endif
-#endif
+
+#include <errno.h> /* See notes in perl.h about avoiding
+ extern int errno; */
extern Malloc_t malloc proto((MEM_SIZE));
extern Free_t free proto((Malloc_t));