This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: No statements before declarations
authorKarl Williamson <public@khwilliamson.com>
Thu, 5 Dec 2013 04:24:38 +0000 (21:24 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 5 Dec 2013 04:27:44 +0000 (21:27 -0700)
commit522b3c1ed452af6cfa7979f3283556433ebb4a26
tree92c3247aef7d78c84f6b592ace6790a41d853f69
parent83fb1bf0bc60c15d4ddbef169524617df3a70276
regexec.c: No statements before declarations

Commit b99851e1941e002dd4816ee6c76fd49bbee1d7f3 moved a statement to
before the declarations in its block.  Mea culpa.  It turns out that I
missed the warnings that were shown for -W=declaration-after-statement.
I'm henceforth changing that to -Werror=declaration-after-statement.
regexec.c