This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Perl_ckwarn (added by change 25050) needs exporting on Win32
authorSteve Hay <SteveHay@planit.com>
Mon, 4 Jul 2005 08:09:36 +0000 (08:09 +0000)
committerSteve Hay <SteveHay@planit.com>
Mon, 4 Jul 2005 08:09:36 +0000 (08:09 +0000)
(At least PerlIO/via uses it, so it must be public)

p4raw-id: //depot/perl@25058

embed.fnc

index 88a9772..4340984 100644 (file)
--- a/embed.fnc
+++ b/embed.fnc
@@ -1524,8 +1524,8 @@ p |void   |dump_sv_child  |SV *sv
 #ifdef PERL_DONT_CREATE_GVSV
 Ap     |GV*    |gv_SVadd       |NN GV* gv
 #endif
-po     |bool   |ckwarn         |U32 w
-po     |bool   |ckwarn_d       |U32 w
+Apo    |bool   |ckwarn         |U32 w
+Apo    |bool   |ckwarn_d       |U32 w
 
 p      |void   |offer_nice_chunk       |NN void *chunk|U32 chunk_size