This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regexec.c: Use get method instead of internals
authorKarl Williamson <public@khwilliamson.com>
Fri, 24 Aug 2012 20:38:02 +0000 (14:38 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 26 Aug 2012 05:21:29 +0000 (23:21 -0600)
commit872dd7e02968b0b8c2eb1b53c82bd05cff5080c9
tree64a3e42904361fd9941d9bd55f82ab21caa334c6
parent6dd9dce957a17e45449a2fa4e684b1b241302529
regexec.c: Use get method instead of internals

A new get method has been written to access the internals of a swash
it's best to use it.

This also moves the error checking to the method
regcomp.c
regexec.c
utf8.c