diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-06 03:47:44 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-06 03:47:44 +0000 |
commit | eb07465ebe1238598e948058857ec948c6697f86 (patch) | |
tree | 8f112b3742d5c46bbd0e69409584b1322959617f /embed.pl | |
parent | c437c45787750ba4b841b3d6c173dab1a4cd3419 (diff) | |
download | perl-eb07465ebe1238598e948058857ec948c6697f86.tar.gz |
disable C<#define dirty PL_dirty> et al.
p4raw-id: //depot/perl@1927
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -298,7 +298,7 @@ END print EM <<'END'; -#ifndef MIN_PERL_DEFINE +#if 0 /* ndef MIN_PERL_DEFINE */ /* unsupported in 5.006 */ END |