fb9e59f589
- refine BROKEN to make portlint happier - patch to use on Scalar::Util instead of WeakRef - mark IGNORE under old perl which don't support weak reference PR: 96656 Submitted by: leeym Approved by: maintainer
11 lines
408 B
Text
11 lines
408 B
Text
--- acelib/memsubs.c.orig Mon Jan 11 02:01:29 1999
|
|
+++ acelib/memsubs.c Thu Jul 27 17:18:45 2000
|
|
@@ -21,7 +21,7 @@
|
|
#if defined(NEXT) || defined(HP) || defined(MACINTOSH)
|
|
extern void* malloc(mysize_t size) ;
|
|
#elif !defined(WIN32) && !defined(DARWIN)
|
|
-#include <malloc.h> /* normal machines */
|
|
+#include <stdlib.h> /* normal machines */
|
|
#endif
|
|
|
|
/********** primary type definition **************/
|