diff options
author | Vincent Pit <perl@profvince.com> | 2009-08-27 00:11:38 +0200 |
---|---|---|
committer | Vincent Pit <perl@profvince.com> | 2009-08-27 00:18:53 +0200 |
commit | 668b6d8dc2c481045b335f0fb7fe2ccf9cc6e594 (patch) | |
tree | b8c239377456273d74022f8c7f574841927162d0 /embed.fnc | |
parent | 64142370d4f5f7df29204eba9a3c2920c9f6c11d (diff) | |
download | perl-668b6d8dc2c481045b335f0fb7fe2ccf9cc6e594.tar.gz |
Don't pass the the interpreter to is_ascii_string(), is_utf8_char(), is_utf8_string(), is_utf8_string_loclen() as they don't need it
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -481,11 +481,11 @@ ApPR |bool |is_uni_lower_lc|UV c ApPR |bool |is_uni_print_lc|UV c ApPR |bool |is_uni_punct_lc|UV c ApPR |bool |is_uni_xdigit_lc|UV c -Apd |bool |is_ascii_string|NN const U8 *s|STRLEN len -Apd |STRLEN |is_utf8_char |NN const U8 *s -Apd |bool |is_utf8_string |NN const U8 *s|STRLEN len -Apdmb |bool |is_utf8_string_loc|NN const U8 *s|STRLEN len|NULLOK const U8 **p -Apd |bool |is_utf8_string_loclen|NN const U8 *s|STRLEN len|NULLOK const U8 **ep|NULLOK STRLEN *el +Anpd |bool |is_ascii_string|NN const U8 *s|STRLEN len +Anpd |STRLEN |is_utf8_char |NN const U8 *s +Anpd |bool |is_utf8_string |NN const U8 *s|STRLEN len +Anpdmb |bool |is_utf8_string_loc|NN const U8 *s|STRLEN len|NULLOK const U8 **p +Anpd |bool |is_utf8_string_loclen|NN const U8 *s|STRLEN len|NULLOK const U8 **ep|NULLOK STRLEN *el ApR |bool |is_utf8_alnum |NN const U8 *p ApR |bool |is_utf8_alnumc |NN const U8 *p ApR |bool |is_utf8_idfirst|NN const U8 *p |