This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Add function to skip pattern white space
authorKarl Williamson <public@khwilliamson.com>
Thu, 10 Jan 2013 22:42:36 +0000 (15:42 -0700)
committerKarl Williamson <public@khwilliamson.com>
Fri, 11 Jan 2013 18:50:37 +0000 (11:50 -0700)
commitf32e6ab4171e9bdda6a495c9f9a73d2fcb2806b8
treecdf32bab5002826741a33f7e2f3f25ae73bb0ced
parent54efde4df2e97bead23973b0162b4f194810992b
regcomp.c: Add function to skip pattern white space

The plan is to eventually convert all of regcomp to use this for white
space ignoring under /x, but this will be used for now in just the new
syntax for (?[ ]), coming in a few commits.  Until then, this function
is unused.
embed.fnc
embed.h
proto.h
regcomp.c