This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Add fcn add_cp_to_invlist()
authorKarl Williamson <public@khwilliamson.com>
Mon, 28 Feb 2011 00:51:33 +0000 (17:51 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 28 Feb 2011 02:21:32 +0000 (19:21 -0700)
commitc229b64cfdf63c0671f41130fa3b2bb15dbf9779
treec7a7104316a38747b25c453e723a0d8b0d8e17f5
parentc93d5d8be00caac56508448f35362b1b3fa58f02
regcomp.c: Add fcn add_cp_to_invlist()

This is just an inline shorthand when a single code point is all that is
needed.  A macro could have been used instead, but this just seemed nicer.
embed.fnc
embed.h
proto.h
regcomp.c