This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: _invlist_subtract() becomes a macro
authorKarl Williamson <public@khwilliamson.com>
Fri, 3 Feb 2012 17:57:33 +0000 (10:57 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 9 Feb 2012 17:13:54 +0000 (10:13 -0700)
commit3f80b5713f755394d2d1a3bc3befb0dd82a19f64
tree68f926c927c01eec84d4d5da89f1d228a0b48d24
parent52ae8f7ebb1f32bbd4f574c090ff4ae9d6b468c7
regcomp.c: _invlist_subtract() becomes a macro

This function is no longer necessary, as it is just a call to the newly
created _invlist_intersection_maybe_complement_2nd() with the correct
parameters.
embed.fnc
embed.h
proto.h
regcomp.c
regexp.h