This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Extract code into function
authorKarl Williamson <public@khwilliamson.com>
Wed, 30 Jan 2013 15:29:54 +0000 (08:29 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 4 Feb 2013 04:41:27 +0000 (21:41 -0700)
commitfaba6d79566ceeef1f0ca970101c1bdbcc0418df
treea783628bac019a695e96827b9c93a6ae01681813
parent4eca649df00d863f81831ca4045f65f1bb0f1683
regcomp.c: Extract code into function

The code to parse the flags that occur after in '(?foo)' and
'(?foo:bar)' is extracted into a function; some comments were added.
This is in preparation for this to be called from an additional place
embed.fnc
embed.h
proto.h
regcomp.c