X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=unixish.h;h=7b8ef164c01bda29dee66511531acd1e1bd146ef;hb=e5c81feb3d32a96869ed78abc5cecef7e294da38;hp=24da4296fb87e6b8cc2c73030068b0c31bfc1160;hpb=bb4eb8ef33fdf31b7c6163f2bc75bf012292f041;p=p5sagit%2Fp5-mst-13.2.git diff --git a/unixish.h b/unixish.h index 24da429..7b8ef16 100644 --- a/unixish.h +++ b/unixish.h @@ -5,6 +5,8 @@ * here. */ +#ifndef PERL_MICRO + /* HAS_IOCTL: * This symbol, if defined, indicates that the ioctl() routine is * available to set I/O characteristics @@ -33,6 +35,8 @@ #define HAS_KILL #define HAS_WAIT + +#endif /* !PERL_MICRO */ /* USEMYBINMODE * This symbol, if defined, indicates that the program should @@ -135,7 +139,7 @@ #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"