disable C<#define dirty PL_dirty> et al.
Gurusamy Sarathy [Tue, 6 Oct 1998 03:47:44 +0000 (03:47 +0000)]
p4raw-id: //depot/perl@1927

embed.pl
embedvar.h

index 497b97d..52c93ab 100755 (executable)
--- 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
 
index 10fcb35..67761b1 100644 (file)
 #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