summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgs@consttype.org>2009-12-13 15:47:45 +0100
committerRafael Garcia-Suarez <rgs@consttype.org>2009-12-13 15:47:45 +0100
commit5270d770bca421d596c01c6a2ac5038bb781ff93 (patch)
tree08d4a6bd191629c0116ba87d9d51c2dd8dbf8de4 /embed.fnc
parente1e0053fcf33943fcf1a07bba02f04e4a0fdd3ad (diff)
downloadperl-5270d770bca421d596c01c6a2ac5038bb781ff93.tar.gz
Make new is_utf8_X_* functions public
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc20
1 files changed, 10 insertions, 10 deletions
diff --git a/embed.fnc b/embed.fnc
index 6b24d1ef10..17089ff58e 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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