Fixup exports in non -DDEBUGGING case
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 30 Nov 1997 20:21:10 +0000 (20:21 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 30 Nov 1997 20:21:10 +0000 (20:21 +0000)
p4raw-id: //depot/ansiperl@340

win32/makedef.pl

index f35e30f..91630d9 100644 (file)
@@ -236,6 +236,12 @@ if ($define{'MULTIPLICITY'})
   close(THREAD); 
  } 
 
+unless ($define{'DEBUGGING'})
+ {
+  $skip_sym .= "Perl_runops_debug\n";
+  $skip_sym .= "Perl_sv_peek\n";
+ }
+
 # All symbols have a Perl_ prefix because that's what embed.h
 # sticks in front of them.