move DEBUGGING section after includes in regexec.c.
authorCraig A. Berry <craigberry@mac.com>
Thu, 14 Nov 2013 14:08:34 +0000 (08:08 -0600)
committerCraig A. Berry <craigberry@mac.com>
Thu, 14 Nov 2013 14:08:34 +0000 (08:08 -0600)
commite1cf74e32f6b4013ae0a1886513affa2ad969883
tree34d18862a9cfb22a82596c0cad0f419e16e98c4c
parent531f2dbd316d3a814ebb74bf920f967e08e5658e
move DEBUGGING section after includes in regexec.c.

7b75fc16a59 added #ifdef DEBUGGING around a declaration, but that
section of code was before any includes, and (on VMS anyway),
DEBUGGING is defined in config.h, not on the command line.

So just move that declaration after the includes, which is a more
normal way to do things anyway.
regexec.c