diff options
author | Steve Hay <SteveHay@planit.com> | 2005-07-04 08:09:36 +0000 |
---|---|---|
committer | Steve Hay <SteveHay@planit.com> | 2005-07-04 08:09:36 +0000 |
commit | 9bd8fe79aac87b0d142daeccee5594d17d2a5b31 (patch) | |
tree | bd7b4f8801f3cf512f978e882a872254fad07149 /embed.fnc | |
parent | ffa5faba68902313c2103a742dc00a206824c798 (diff) | |
download | perl-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.fnc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |