summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-26 12:23:02 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-26 12:23:02 +0000
commit2b36a5a0c487b5dc9b2abbd15a0708c83ccd908d (patch)
tree0bcbd7d4899fdd114f957be9ca2267fa36e7a044 /proto.h
parentcc6ae9e56fa29a68bc2c35e96f36dd538178ac69 (diff)
downloadperl-2b36a5a0c487b5dc9b2abbd15a0708c83ccd908d.tar.gz
The #16182 radiates U32ness.
p4raw-id: //depot/perl@16185
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 1cd5a4a6b0..7ac14545ce 100644
--- a/proto.h
+++ b/proto.h
@@ -627,7 +627,7 @@ PERL_CALLCONV void Perl_set_numeric_standard(pTHX);
PERL_CALLCONV void Perl_require_pv(pTHX_ const char* pv);
PERL_CALLCONV void Perl_pack_cat(pTHX_ SV *cat, char *pat, char *patend, SV **beglist, SV **endlist, SV ***next_in_list, U32 flags);
PERL_CALLCONV void Perl_pidgone(pTHX_ Pid_t pid, int status);
-PERL_CALLCONV void Perl_pmflag(pTHX_ U16* pmfl, int ch);
+PERL_CALLCONV void Perl_pmflag(pTHX_ U32* pmfl, int ch);
PERL_CALLCONV OP* Perl_pmruntime(pTHX_ OP* pm, OP* expr, OP* repl);
PERL_CALLCONV OP* Perl_pmtrans(pTHX_ OP* o, OP* expr, OP* repl);
PERL_CALLCONV OP* Perl_pop_return(pTHX);