This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Move #define to earlier in file
authorKarl Williamson <public@khwilliamson.com>
Thu, 13 Dec 2012 04:17:45 +0000 (21:17 -0700)
committerKarl Williamson <public@khwilliamson.com>
Sat, 22 Dec 2012 18:11:28 +0000 (11:11 -0700)
commitf19b1a637e44fd8ab8bf44d8e1fbfd87274f7f6a
treef9807e5d0f869ff7b6d56a6da0fcfd75d982850e
parent86f72d56e71cb202c98802b68923dfca4797c3e2
regcomp.c: Move #define to earlier in file

This will be needed by code being added earlier in the file than the
define is currently.  It also makes sure that it is integer division.
regcomp.c