diff options
-rwxr-xr-x | embed.pl | 2 | ||||
-rw-r--r-- | embedvar.h | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -519,7 +519,7 @@ END print EM <<'END'; -#if 0 /* ndef MIN_PERL_DEFINE */ /* unsupported in 5.006 */ +#ifdef PERL_POLLUTE /* unsupported in 5.006 */ END diff --git a/embedvar.h b/embedvar.h index a0bbea08f8..297db713ce 100644 --- a/embedvar.h +++ b/embedvar.h @@ -906,7 +906,7 @@ #endif /* PERL_GLOBAL_STRUCT */ -#if 0 /* ndef MIN_PERL_DEFINE */ /* unsupported in 5.006 */ +#ifdef PERL_POLLUTE /* unsupported in 5.006 */ #define DBsingle PL_DBsingle #define DBsub PL_DBsub |