diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2006-12-04 17:53:03 -0500 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2006-12-05 09:41:44 +0000 |
commit | 3890ecea71e8d1097fd1d7614b8a095c06dbb4f5 (patch) | |
tree | 414640c76a224b2967fc88fa9c0563cd73b2dcb2 /symbian/symbianish.h | |
parent | 1fa600a71f04d713560e5dadce85270a4041d8f1 (diff) | |
download | perl-3890ecea71e8d1097fd1d7614b8a095c06dbb4f5.tar.gz |
Re: When should PERL_SYS_TERM() be called? [was: Re: [PATCH] Re: [PATCH] Re: [PATCH] abstract mempool header testing]
Message-ID: <4574ED1F.40508@iki.fi>
Re-instates #29424 (previously reverted by #29451), now fixed to work
with PERL_IMPLICIT_SYS, thanks to Jan Dubois. Also adds PERLIO_TERM to
the Symbian port.
p4raw-id: //depot/perl@29465
Diffstat (limited to 'symbian/symbianish.h')
-rw-r--r-- | symbian/symbianish.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/symbian/symbianish.h b/symbian/symbianish.h index b2054bcea2..4eaffc3b07 100644 --- a/symbian/symbianish.h +++ b/symbian/symbianish.h @@ -120,7 +120,7 @@ #define Mkdir(path,mode) mkdir((path),(mode)) #ifndef PERL_SYS_TERM -#define PERL_SYS_TERM() HINTS_REFCNT_TERM; OP_REFCNT_TERM; MALLOC_TERM; CloseSTDLIB(); +#define PERL_SYS_TERM() HINTS_REFCNT_TERM; OP_REFCNT_TERM; PERLIO_TERM; MALLOC_TERM; CloseSTDLIB(); #endif #define BIT_BUCKET "NUL:" |