diff options
author | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-12-13 15:47:45 +0100 |
---|---|---|
committer | Rafael Garcia-Suarez <rgs@consttype.org> | 2009-12-13 15:47:45 +0100 |
commit | 5270d770bca421d596c01c6a2ac5038bb781ff93 (patch) | |
tree | 08d4a6bd191629c0116ba87d9d51c2dd8dbf8de4 /embed.fnc | |
parent | e1e0053fcf33943fcf1a07bba02f04e4a0fdd3ad (diff) | |
download | perl-5270d770bca421d596c01c6a2ac5038bb781ff93.tar.gz |
Make new is_utf8_X_* functions public
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -502,16 +502,16 @@ ApR |bool |is_utf8_print |NN const U8 *p ApR |bool |is_utf8_punct |NN const U8 *p ApR |bool |is_utf8_xdigit |NN const U8 *p ApR |bool |is_utf8_mark |NN const U8 *p -pR |bool |is_utf8_X_begin |NN const U8 *p -pR |bool |is_utf8_X_extend |NN const U8 *p -pR |bool |is_utf8_X_prepend |NN const U8 *p -pR |bool |is_utf8_X_non_hangul |NN const U8 *p -pR |bool |is_utf8_X_L |NN const U8 *p -pR |bool |is_utf8_X_LV |NN const U8 *p -pR |bool |is_utf8_X_LVT |NN const U8 *p -pR |bool |is_utf8_X_LV_LVT_V |NN const U8 *p -pR |bool |is_utf8_X_T |NN const U8 *p -pR |bool |is_utf8_X_V |NN const U8 *p +ApR |bool |is_utf8_X_begin |NN const U8 *p +ApR |bool |is_utf8_X_extend |NN const U8 *p +ApR |bool |is_utf8_X_prepend |NN const U8 *p +ApR |bool |is_utf8_X_non_hangul |NN const U8 *p +ApR |bool |is_utf8_X_L |NN const U8 *p +ApR |bool |is_utf8_X_LV |NN const U8 *p +ApR |bool |is_utf8_X_LVT |NN const U8 *p +ApR |bool |is_utf8_X_LV_LVT_V |NN const U8 *p +ApR |bool |is_utf8_X_T |NN const U8 *p +ApR |bool |is_utf8_X_V |NN const U8 *p : Used in perly.y p |OP* |jmaybe |NN OP *o : Used in pp.c |