summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-10-06 03:47:44 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-10-06 03:47:44 +0000
commiteb07465ebe1238598e948058857ec948c6697f86 (patch)
tree8f112b3742d5c46bbd0e69409584b1322959617f /embed.pl
parentc437c45787750ba4b841b3d6c173dab1a4cd3419 (diff)
downloadperl-eb07465ebe1238598e948058857ec948c6697f86.tar.gz
disable C<#define dirty PL_dirty> et al.
p4raw-id: //depot/perl@1927
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl2
1 files changed, 1 insertions, 1 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