p4raw-id: //depot/asperl@587
static void sv_unglob _((SV* sv));
static void sv_check_thinkfirst _((SV *sv));
-#define SV_CHECK_THINKFIRST(sv) if (SvTHINKFIRST(sv)) sv_check_thinkfirst(sv)
-
#ifndef PURIFY
static void *my_safemalloc(MEM_SIZE size);
#endif
#endif /* PERL_OBJECT */
+#define SV_CHECK_THINKFIRST(sv) if (SvTHINKFIRST(sv)) sv_check_thinkfirst(sv)
+
#ifdef PURIFY
#define new_SV(p) \
*/
#if defined(OS2) || defined(WIN32)
+#if defined(WIN32)
+#include <io.h>
+#endif
#include "../patchlevel.h"
#endif
#include "util.h"
exit(1);
}
/*NOTREACHED*/
+ return 0;
}
/* paranoid version of realloc */
exit(1);
}
/*NOTREACHED*/
+ return 0;
}
/* safe version of free */