From: Gurusamy Sarathy Date: Tue, 6 Oct 1998 03:47:44 +0000 (+0000) Subject: disable C<#define dirty PL_dirty> et al. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=eb07465ebe1238598e948058857ec948c6697f86;p=p5sagit%2Fp5-mst-13.2.git disable C<#define dirty PL_dirty> et al. p4raw-id: //depot/perl@1927 --- diff --git a/embed.pl b/embed.pl index 497b97d..52c93ab 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 10fcb35..67761b1 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