projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35f6d23
)
Fixup exports in non -DDEBUGGING case
author
Nick Ing-Simmons
<nik@tiuk.ti.com>
Sun, 30 Nov 1997 20:21:10 +0000
(20:21 +0000)
committer
Nick 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
patch
|
blob
|
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.