diff options
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:" |