This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Change '1' to bool TRUE for clarity.
authorKarl Williamson <public@khwilliamson.com>
Mon, 27 Dec 2010 21:36:49 +0000 (14:36 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 17 Jan 2011 02:13:24 +0000 (19:13 -0700)
commitf7eb74527c8a18f76b790a821665f8a3de269886
tree83dd199b9a8820f24fae4443c42bfe2b50757a3e
parentee9a90b8ba307f3c8777fc8358696d3eac82d255
regexec.c: Change '1' to bool TRUE for clarity.

The function is supposed to take a bool.
regexec.c