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 497b97df35..52c93ab974 100755
--- a/embed.pl
+++ b/embed.pl
@@ -298,7 +298,7 @@ END
print EM <<'END';
-#ifndef MIN_PERL_DEFINE
+#if 0 /* ndef MIN_PERL_DEFINE */ /* unsupported in 5.006 */
END
diff --git a/embedvar.h b/embedvar.h
index 10fcb352d6..67761b1a0b 100644
--- a/embedvar.h
+++ b/embedvar.h
@@ -914,7 +914,7 @@
#endif /* PERL_GLOBAL_STRUCT */
-#ifndef MIN_PERL_DEFINE
+#if 0 /* ndef MIN_PERL_DEFINE */ /* unsupported in 5.006 */
#define DBsingle PL_DBsingle
#define DBsub PL_DBsub