This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Extract code to inline function
authorKarl Williamson <public@khwilliamson.com>
Sat, 7 Jul 2012 03:41:07 +0000 (21:41 -0600)
committerKarl Williamson <public@khwilliamson.com>
Wed, 25 Jul 2012 03:13:45 +0000 (21:13 -0600)
commit5f820f894e71b6970a5aa0fd763a84b647fd628a
tree047b566b14571564f15ac103658ece621ada89f4
parent519ebf3da80f5a1caba40962369503de5bdca1b4
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.
embed.fnc
embed.h
proto.h
regcomp.c