diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-13 16:53:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-13 16:53:41 +0000 |
commit | ae154d6ddb0553d4bbd0ee95d5c5b7c7be687d5d (patch) | |
tree | c4f09cacd58f2f78dfa94ca3f0a1805b9487a57a /perlapi.c | |
parent | 283fdd21d4eecddd8bb08913a0759c5db0de7645 (diff) | |
download | perl-ae154d6ddb0553d4bbd0ee95d5c5b7c7be687d5d.tar.gz |
Move the proto of start_glob() to a better place; regen api files.
p4raw-id: //depot/perl@8101
Diffstat (limited to 'perlapi.c')
-rw-r--r-- | perlapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2017,7 +2017,7 @@ Perl_newSVpvn(pTHXo_ const char* s, STRLEN len) #undef Perl_newSVpvn_share SV* -Perl_newSVpvn_share(pTHXo_ const char* s, STRLEN len, U32 hash) +Perl_newSVpvn_share(pTHXo_ const char* s, I32 len, U32 hash) { return ((CPerlObj*)pPerl)->Perl_newSVpvn_share(s, len, hash); } |