diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-29 17:29:07 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-29 17:29:07 +0000 |
commit | dc86dda37b501f4e7680b77deeb8555508939782 (patch) | |
tree | 1a9016830fa13356657b12b6c6f6022463ee6645 /dosish.h | |
parent | 843ec94e643d29b857d63e836ccd79d1f121b005 (diff) | |
download | perl-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |