summaryrefslogtreecommitdiff
path: root/regcomp.h
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-02-16 03:49:52 +0100
committerHugo van der Sanden <hv@crypt.org>2022-02-18 15:08:24 +0000
commit615094ef9383c35e9fb5760a1c6f3f1c92fedc5d (patch)
tree12b271dd0f7fcead41bbbe7f31423ab67bbbaf72 /regcomp.h
parentc45b45416a61f2f56dbe348f33fb1bb07a1d5444 (diff)
downloadperl-615094ef9383c35e9fb5760a1c6f3f1c92fedc5d.tar.gz
regcomp.c: disambiguate "parse_start" and related var names
This was originally done to make the cleanup of the offsets debug logic easier to follow and understand. 'parse_start' was heavily used in multiple functions, and given the size of the functions in regcomp.c it was often not clear which parse_start was which. 'oregcomp_parse' was also used in a similar way. This patch disambiguates them all so they are all uniquely named and relevant to the code they operate on and of the form "thing_parse_start", (or "thing_parse_start_const" where both were in use).
Diffstat (limited to 'regcomp.h')
0 files changed, 0 insertions, 0 deletions