diff options
author | Karl Williamson <public@khwilliamson.com> | 2012-07-06 21:41:07 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2012-07-24 21:13:45 -0600 |
commit | 5f820f894e71b6970a5aa0fd763a84b647fd628a (patch) | |
tree | 047b566b14571564f15ac103658ece621ada89f4 /embed.fnc | |
parent | 519ebf3da80f5a1caba40962369503de5bdca1b4 (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |