summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2015-03-13 11:54:46 -0600
committerKarl Williamson <khw@cpan.org>2015-03-17 22:26:42 -0600
commit85e5f08b212e72b0d1084149bc35deca8fe4c805 (patch)
tree90058084c857767c9aa8c318b2da81cf5b39b9ee /embed.fnc
parent4a33c86d2230d0bd3a803326e59d4d22a4ec286e (diff)
downloadperl-85e5f08b212e72b0d1084149bc35deca8fe4c805.tar.gz
Remove PL_ prefix for recently added non-globals
PL is reserved for global variables. These are enums and static variable names introduced for handling /\b{...}/ See <20150311150610.GN28599@iabyn.com> and follow up.
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 79ed330466..61495af938 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2277,30 +2277,30 @@ Es |void |to_utf8_substr |NN regexp * prog
Es |bool |to_byte_substr |NN regexp * prog
ERsn |I32 |reg_check_named_buff_matched |NN const regexp *rex \
|NN const regnode *scan
-EsnR |bool |isGCB |const PL_GCB_enum before|const PL_GCB_enum after
-EsR |bool |isSB |PL_SB_enum before \
- |PL_SB_enum after \
+EsnR |bool |isGCB |const GCB_enum before|const GCB_enum after
+EsR |bool |isSB |SB_enum before \
+ |SB_enum after \
|NN const U8 * const strbeg \
|NN const U8 * const curpos \
|NN const U8 * const strend \
|const bool utf8_target
-EsR |PL_SB_enum|advance_one_SB|NN U8 ** curpos \
+EsR |SB_enum|advance_one_SB |NN U8 ** curpos \
|NN const U8 * const strend \
|const bool utf8_target
-EsR |PL_SB_enum|backup_one_SB|NN const U8 * const strbeg \
+EsR |SB_enum|backup_one_SB |NN const U8 * const strbeg \
|NN U8 ** curpos \
|const bool utf8_target
-EsR |bool |isWB |PL_WB_enum previous \
- |PL_WB_enum before \
- |PL_WB_enum after \
+EsR |bool |isWB |WB_enum previous \
+ |WB_enum before \
+ |WB_enum after \
|NN const U8 * const strbeg \
|NN const U8 * const curpos \
|NN const U8 * const strend \
|const bool utf8_target
-EsR |PL_WB_enum|advance_one_WB|NN U8 ** curpos \
+EsR |WB_enum|advance_one_WB |NN U8 ** curpos \
|NN const U8 * const strend \
|const bool utf8_target
-EsR |PL_WB_enum|backup_one_WB|NN PL_WB_enum * previous \
+EsR |WB_enum|backup_one_WB |NN WB_enum * previous \
|NN const U8 * const strbeg \
|NN U8 ** curpos \
|const bool utf8_target