This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Replace macro call by goto
authorKarl Williamson <public@khwilliamson.com>
Sat, 15 Dec 2012 18:51:24 +0000 (11:51 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 22 Dec 2012 18:11:30 +0000 (11:11 -0700)
commit65e851193a411fbd023ba2a598161b4c551d3019
treee232310d608b47b20fe9310df79fd3aa5668aa95
parent1f3c8c016cc0dc7e1c5e0e865f2743ef5015ce16
regcomp.c: Replace macro call by goto

The macros are called with identical parameters.  This avoids the extra
expansion of them.
regcomp.c