summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2012-07-06 21:41:07 -0600
committerKarl Williamson <public@khwilliamson.com>2012-07-24 21:13:45 -0600
commit5f820f894e71b6970a5aa0fd763a84b647fd628a (patch)
tree047b566b14571564f15ac103658ece621ada89f4 /embed.fnc
parent519ebf3da80f5a1caba40962369503de5bdca1b4 (diff)
downloadperl-5f820f894e71b6970a5aa0fd763a84b647fd628a.tar.gz
regcomp.c: Extract code to inline function
Future commits will use this paradigm in additional places, so extract it to a function, so they all do things right. This isn't a great API, but it works for the few places this will be called.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed.fnc b/embed.fnc
index e3021228e3..3b7fd77cc6 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1947,6 +1947,8 @@ Es |U32 |join_exact |NN struct RExC_state_t *pRExC_state \
|U32 flags|NULLOK regnode *val|U32 depth
EsRn |char * |regwhite |NN struct RExC_state_t *pRExC_state \
|NN char *p
+Ei |void |alloc_maybe_populate_EXACT|NN struct RExC_state_t *pRExC_state \
+ |NN regnode *node|STRLEN len|UV code_point
Es |char * |nextchar |NN struct RExC_state_t *pRExC_state
Es |bool |reg_skipcomment|NN struct RExC_state_t *pRExC_state
Es |void |scan_commit |NN const struct RExC_state_t *pRExC_state \