summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2005-07-04 08:09:36 +0000
committerSteve Hay <SteveHay@planit.com>2005-07-04 08:09:36 +0000
commit9bd8fe79aac87b0d142daeccee5594d17d2a5b31 (patch)
treebd7b4f8801f3cf512f978e882a872254fad07149 /embed.fnc
parentffa5faba68902313c2103a742dc00a206824c798 (diff)
downloadperl-9bd8fe79aac87b0d142daeccee5594d17d2a5b31.tar.gz
Perl_ckwarn (added by change 25050) needs exporting on Win32
(At least PerlIO/via uses it, so it must be public) p4raw-id: //depot/perl@25058
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 88a977283f..4340984958 100644
--- 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