summaryrefslogtreecommitdiff
path: root/dosish.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1997-11-29 17:29:07 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1997-11-29 17:29:07 +0000
commitdc86dda37b501f4e7680b77deeb8555508939782 (patch)
tree1a9016830fa13356657b12b6c6f6022463ee6645 /dosish.h
parent843ec94e643d29b857d63e836ccd79d1f121b005 (diff)
downloadperl-dc86dda37b501f4e7680b77deeb8555508939782.tar.gz
Sort out malloc_mutex for perl's malloc
Remove BINCOMPAT3 from embed.pl Add dependancy to CORE_H for PERL95_OBJ p4raw-id: //depot/ansiperl@333
Diffstat (limited to 'dosish.h')
-rw-r--r--dosish.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dosish.h b/dosish.h
index f18771b496..f44eb720ad 100644
--- a/dosish.h
+++ b/dosish.h
@@ -20,7 +20,7 @@ void Perl_DJGPP_init();
# endif
#endif /* DJGPP */
-#define PERL_SYS_TERM()
+#define PERL_SYS_TERM() MALLOC_TERM
#define dXSUB_SYS
#define TMPPATH "plXXXXXX"