This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make "\N{...}" enable utf8-ness correctly
[perl5.git] / unixish.h
index 24da429..1168d29 100644 (file)
--- a/unixish.h
+++ b/unixish.h
 #endif
 
 #ifndef PERL_SYS_TERM
-#define PERL_SYS_TERM()                MALLOC_TERM
+#define PERL_SYS_TERM()                OP_REFCNT_TERM; MALLOC_TERM
 #endif
 
 #define BIT_BUCKET "/dev/null"