diff options
Diffstat (limited to 'embedvar.h')
-rw-r--r-- | embedvar.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/embedvar.h b/embedvar.h index 9dca404fee..6b1775c1fe 100644 --- a/embedvar.h +++ b/embedvar.h @@ -67,12 +67,7 @@ #define PL_Sock (vTHX->ISock) #define PL_StdIO (vTHX->IStdIO) #define PL_Sv (vTHX->ISv) -#define PL_VertSpace (vTHX->IVertSpace) -#define PL_XPerlSpace (vTHX->IXPerlSpace) -#define PL_XPosixBlank (vTHX->IXPosixBlank) -#define PL_XPosixCntrl (vTHX->IXPosixCntrl) -#define PL_XPosixSpace (vTHX->IXPosixSpace) -#define PL_XPosixXDigit (vTHX->IXPosixXDigit) +#define PL_XPosix_ptrs (vTHX->IXPosix_ptrs) #define PL_Xpv (vTHX->IXpv) #define PL_an (vTHX->Ian) #define PL_apiversion (vTHX->Iapiversion) |