This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Subject: [PATCH] regexec.c: make macros fit 80 cols
authorKarl Williamson <public@khwilliamson.com>
Thu, 23 Sep 2010 13:51:09 +0000 (07:51 -0600)
committerJesse Vincent <jesse@bestpractical.com>
Fri, 15 Oct 2010 14:14:29 +0000 (23:14 +0900)
commitc02a070252bd579029e13d4770b28ea0b044c389
treebd26b82f9fc628bafceca86ff25c65f517930fcc
parentb10ac0d8c2528c07fcf050f24571460c35a11aa1
Subject: [PATCH] regexec.c: make macros fit 80 cols

Certain multi-line macros had their continuation backslashes way out.
One line of each is longer than 80 chars, but no point in makeing all
the lines that long.
regexec.c