This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Move declaration to proper place
authorKarl Williamson <public@khwilliamson.com>
Sat, 22 Dec 2012 20:29:24 +0000 (13:29 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 22 Dec 2012 20:44:50 +0000 (13:44 -0700)
commit3fde42ccb5ca4eb8238f0fcbd2a01464a9c6193d
tree485b8bc6b893c22e1cea91e0e2941520477ddac7
parent75db75df0e3f964ba02f066e6f3eebbf857922fb
regcomp.c: Move declaration to proper place

Declarations must come before code in C89.  I fixed this earlier based
on smoke results, but somehow it got lost, and my compiler doesn't warn
for this.
regcomp.c