diff options
author | Karl Williamson <public@khwilliamson.com> | 2014-01-14 09:29:58 -0700 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2014-01-22 11:45:57 -0700 |
commit | dd9d16d4e705c3c7b25f094308276512fb2d783f (patch) | |
tree | 0f565f0919863f05720b2b8fc8d12d5c99f0cbd8 /embed.fnc | |
parent | 75e2b5ac78d365dc9d34849d0a96116abf4e128d (diff) | |
download | perl-dd9d16d4e705c3c7b25f094308276512fb2d783f.tar.gz |
regcomp.c: request inlining of single line function
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2018,7 +2018,7 @@ Es |regnode*|regatom |NN RExC_state_t *pRExC_state \ |NN I32 *flagp|U32 depth Es |regnode*|regbranch |NN RExC_state_t *pRExC_state \ |NN I32 *flagp|I32 first|U32 depth -Es |STRLEN |reguni |NN const RExC_state_t *pRExC_state \ +Ei |STRLEN |reguni |NN const RExC_state_t *pRExC_state \ |UV uv|NN char *s Es |void |set_ANYOF_arg |NN RExC_state_t* const pRExC_state \ |NN regnode* const node \ |