diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-11 21:05:42 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-11-11 21:05:42 +0000 |
commit | 1ba53475584b568fe81ad70f22128f596dffa82f (patch) | |
tree | c05012ff12587aabdcaf8e138b2a07bfa117d8f9 /embed.pl | |
parent | 4abe8f913566964f6bf8a39a1a8844efbe0f192e (diff) | |
download | perl-1ba53475584b568fe81ad70f22128f596dffa82f.tar.gz |
provide -DPERL_POLLUTE
p4raw-id: //depot/perl@2226
Diffstat (limited to 'embed.pl')
-rwxr-xr-x | embed.pl | 2 |
1 files changed, 1 insertions, 1 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 |