X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/07d01d6ec25527bf0236de2205ea412d40353058..1a904fc88069e249a4bd0ef196a3f1a7f549e0fe:/embedvar.h diff --git a/embedvar.h b/embedvar.h index 0c25f34..beb3bd2 100644 --- a/embedvar.h +++ b/embedvar.h @@ -287,7 +287,9 @@ #define PL_savestack (vTHX->Isavestack) #define PL_savestack_ix (vTHX->Isavestack_ix) #define PL_savestack_max (vTHX->Isavestack_max) +#ifndef PL_sawampersand #define PL_sawampersand (vTHX->Isawampersand) +#endif #define PL_scopestack (vTHX->Iscopestack) #define PL_scopestack_ix (vTHX->Iscopestack_ix) #define PL_scopestack_max (vTHX->Iscopestack_max)