summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xembed.pl2
-rw-r--r--embedvar.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/embed.pl b/embed.pl
index 2ca20d06db..709acc60e0 100755
--- a/embed.pl
+++ b/embed.pl
@@ -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