diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-10-21 21:02:53 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-10-21 21:02:53 +0000 |
commit | 6b29934bd65555b7f172ba7a683ba95b59eb919b (patch) | |
tree | ced7bee3366f7491faf8b3db3d0c61128b520e8f /dosish.h | |
parent | 12b31bedfd2f422eff75009215acbc2ee0cc3fa6 (diff) | |
download | perl-6b29934bd65555b7f172ba7a683ba95b59eb919b.tar.gz |
Always defining PERLIO_TERM, even if it's empty, makes for a simpler
PERL_SYS_TERM
p4raw-id: //depot/perl@29073
Diffstat (limited to 'dosish.h')
-rw-r--r-- | dosish.h | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -43,11 +43,7 @@ #endif /* DJGPP */ #ifndef PERL_SYS_TERM -# ifdef USE_PERLIO # define PERL_SYS_TERM() HINTS_REFCNT_TERM; OP_REFCNT_TERM; PERLIO_TERM; MALLOC_TERM -# else -# define PERL_SYS_TERM() HINTS_REFCNT_TERM; OP_REFCNT_TERM; MALLOC_TERM -# endif #endif #define dXSUB_SYS |