diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-26 12:23:02 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-26 12:23:02 +0000 |
commit | 2b36a5a0c487b5dc9b2abbd15a0708c83ccd908d (patch) | |
tree | 0bcbd7d4899fdd114f957be9ca2267fa36e7a044 /proto.h | |
parent | cc6ae9e56fa29a68bc2c35e96f36dd538178ac69 (diff) | |
download | perl-2b36a5a0c487b5dc9b2abbd15a0708c83ccd908d.tar.gz |
The #16182 radiates U32ness.
p4raw-id: //depot/perl@16185
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |