This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Extract regcurly as a static inline function.
authorAndy Dougherty <doughera@lafayette.edu>
Wed, 22 Sep 2010 17:44:36 +0000 (13:44 -0400)
committerAndy Dougherty <doughera@lafayette.edu>
Wed, 22 Sep 2010 17:44:36 +0000 (13:44 -0400)
commit04e98a4df2ab89550ea2ab5f96ddd3932e2e1ec9
tree315e2c2bedf6c6b6bfbb24da4fdb3216631cb018
parent2748c776108ea3c2dab18eeb6a710e819486df17
Extract regcurly as a static inline function.

This patch extracts regcurly from regcomp.c and converts it
to a static inline function in a new file dquote_static.c
that is now #included by regcomp.c and toke.c.  This change
will require 'make regen'.
MANIFEST
dquote_static.c [new file with mode: 0644]
embed.fnc
regcomp.c
toke.c