This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Subject: [PATCH] regexec.c: add and refactor macros
authorKarl Williamson <public@khwilliamson.com>
Thu, 23 Sep 2010 13:49:37 +0000 (07:49 -0600)
committerJesse Vincent <jesse@bestpractical.com>
Fri, 15 Oct 2010 14:14:29 +0000 (23:14 +0900)
commitb10ac0d8c2528c07fcf050f24571460c35a11aa1
tree98362c0adf34064bab8605e46e2cf1369d9bf800
parentb9a59e08063c3229c83cfc2046d4dc834f96e087
Subject: [PATCH] regexec.c: add and refactor macros

Add macros that will have unicode semantics; these share much code in
common with ones that don't.  So factor out that common code.

These might be good candidates for inline functions.
regexec.c