diff options
author | SADAHIRO Tomoyuki <BQW10602@nifty.com> | 2005-11-28 02:02:02 +0900 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2005-11-30 14:29:23 +0000 |
commit | 979f29225180f8c09f4adec52f850ae45694fd81 (patch) | |
tree | 2a19e5d269deb62b035de4c272f457862d7574f8 /embed.fnc | |
parent | 8f7f721921e56db1ab4fa5e3365e8f86077b2518 (diff) | |
download | perl-979f29225180f8c09f4adec52f850ae45694fd81.tar.gz |
Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
Message-Id: <20051127170016.A786.BQW10602@nifty.com>
p4raw-id: //depot/perl@26229
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1385,7 +1385,8 @@ sn |NV|mulexp10 |NV value|I32 exponent #if defined(PERL_IN_UTF8_C) || defined(PERL_DECL_PROT) s |STRLEN |is_utf8_char_slow|NN const U8 *s|const STRLEN len -spR |bool |is_utf8_common |NN const U8 *const p|NN SV **swash|NN const char * const swashname +sR |bool |is_utf8_common |NN const U8 *const p|NN SV **swash|NN const char * const swashname +sR |SV* |swash_get |NN SV* swash|UV start|UV span #endif START_EXTERN_C |