X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVPIT-XSHelpers.git;a=blobdiff_plain;f=xsh%2Futil.h;h=c4be169306c4c7255a4dffb99f74e4471bf39a66;hp=dcc142c79066a5d532afbe31691d5cfc41d82279;hb=1536a5dd62387d25653e80e8cfe2e0e86f5230ed;hpb=8f56335903e672d1f92fb8323571ac3078aae468 diff --git a/xsh/util.h b/xsh/util.h index dcc142c..c4be169 100644 --- a/xsh/util.h +++ b/xsh/util.h @@ -61,19 +61,6 @@ #define xsh_dup(S, P) sv_dup((S), (P)) #define xsh_dup_inc(S, P) SvREFCNT_inc(xsh_dup((S), (P))) -/* Context for PerlMemShared_*() functions */ -#ifdef PERL_IMPLICIT_SYS -# define pPMS pTHX -# define pPMS_ pTHX_ -# define aPMS aTHX -# define aPMS_ aTHX_ -#else -# define pPMS void -# define pPMS_ -# define aPMS -# define aPMS_ -#endif - #ifdef USE_ITHREADS # define XSH_LOCK(M) MUTEX_LOCK(M) # define XSH_UNLOCK(M) MUTEX_UNLOCK(M)