diff options
-rw-r--r-- | malloc.c | 1 | ||||
-rw-r--r-- | perl.h | 3 |
2 files changed, 0 insertions, 4 deletions
@@ -412,7 +412,6 @@ # else # define dTHX extern int Perl___notused # endif -# define WITH_THX(s) s # endif # ifndef PERL_GET_INTERP # define PERL_GET_INTERP PL_curinterp @@ -491,9 +491,6 @@ register struct op *Perl_op asm(stringify(OP_IN_REGISTER)); # endif #endif -#define WITH_THX(s) STMT_START { dTHX; s; } STMT_END -#define WITH_THR(s) WITH_THX(s) - #ifndef BYTEORDER /* Should never happen -- byteorder is in config.h */ # define BYTEORDER 0x1234 #endif |