summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@khw-desktop.(none)>2010-02-19 15:26:24 -0700
committerSteve Hay <SteveHay@planit.com>2010-02-20 00:43:19 +0000
commit5556d2fa424723dd3b7cbb46f3aefc44ce64dd66 (patch)
treeda6212bb681251a5b5437ea87e250aaacd3b4bc4
parente6a8543aedf911a51d7a14023f45eddab7b54cf2 (diff)
downloadperl-5556d2fa424723dd3b7cbb46f3aefc44ce64dd66.tar.gz
Move some fncs from Public to extensions visible
Run make regen embed.fnc on this patch. Several functions are in the public API, but don't need to be. They are helpers for the regex engine, and thus need to be visible to extensions for 'use re "debug"'.
-rw-r--r--embed.fnc20
1 files changed, 10 insertions, 10 deletions
diff --git a/embed.fnc b/embed.fnc
index 9ccd663284..7a734c7998 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -575,16 +575,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
-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
+EpR |bool |is_utf8_X_begin |NN const U8 *p
+EpR |bool |is_utf8_X_extend |NN const U8 *p
+EpR |bool |is_utf8_X_prepend |NN const U8 *p
+EpR |bool |is_utf8_X_non_hangul |NN const U8 *p
+EpR |bool |is_utf8_X_L |NN const U8 *p
+EpR |bool |is_utf8_X_LV |NN const U8 *p
+EpR |bool |is_utf8_X_LVT |NN const U8 *p
+EpR |bool |is_utf8_X_LV_LVT_V |NN const U8 *p
+EpR |bool |is_utf8_X_T |NN const U8 *p
+EpR |bool |is_utf8_X_V |NN const U8 *p
: Used in perly.y
p |OP* |jmaybe |NN OP *o
: Used in pp.c