summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@khw-desktop.(none)>2010-02-19 17:12:20 -0700
committerSteve Hay <SteveHay@planit.com>2010-02-20 00:44:06 +0000
commit0801f9a3ebbd8db10c31d6e3f62df2b9b85335ee (patch)
tree1a89317caa559b2141309a7778b88c1ae694dfb0 /embed.fnc
parent5556d2fa424723dd3b7cbb46f3aefc44ce64dd66 (diff)
downloadperl-0801f9a3ebbd8db10c31d6e3f62df2b9b85335ee.tar.gz
Add X flag to embed.fnc entries.
It has been pointed out that the E flag should be accompanied by the X flag, and is not for these recently changed entries.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc22
1 files changed, 11 insertions, 11 deletions
diff --git a/embed.fnc b/embed.fnc
index 7a734c7998..0e4ec034d1 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -165,7 +165,7 @@ npR |MEM_SIZE|malloc_good_size |size_t nbytes
AnpR |void* |get_context
Anp |void |set_context |NN void *t
-EpRnP |I32 |regcurly |NN const char *s
+EXpRnP |I32 |regcurly |NN const char *s
END_EXTERN_C
@@ -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
-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
+EXpR |bool |is_utf8_X_begin |NN const U8 *p
+EXpR |bool |is_utf8_X_extend |NN const U8 *p
+EXpR |bool |is_utf8_X_prepend |NN const U8 *p
+EXpR |bool |is_utf8_X_non_hangul |NN const U8 *p
+EXpR |bool |is_utf8_X_L |NN const U8 *p
+EXpR |bool |is_utf8_X_LV |NN const U8 *p
+EXpR |bool |is_utf8_X_LVT |NN const U8 *p
+EXpR |bool |is_utf8_X_LV_LVT_V |NN const U8 *p
+EXpR |bool |is_utf8_X_T |NN const U8 *p
+EXpR |bool |is_utf8_X_V |NN const U8 *p
: Used in perly.y
p |OP* |jmaybe |NN OP *o
: Used in pp.c