projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
35f6d23
)
Fixup exports in non -DDEBUGGING case
Nick Ing-Simmons [Sun, 30 Nov 1997 20:21:10 +0000 (20:21 +0000)]
p4raw-id: //depot/ansiperl@340
win32/makedef.pl
patch
|
blob
|
blame
|
history
diff --git
a/win32/makedef.pl
b/win32/makedef.pl
index
f35e30f
..
91630d9
100644
(file)
--- a/
win32/makedef.pl
+++ b/
win32/makedef.pl
@@
-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.