This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add empty inline_invlist.c
authorKarl Williamson <public@khwilliamson.com>
Thu, 23 Aug 2012 00:30:59 +0000 (18:30 -0600)
committerKarl Williamson <public@khwilliamson.com>
Sun, 26 Aug 2012 05:21:27 +0000 (23:21 -0600)
commit81e983c1d8b2121661fa6b83ccb460ab2a8a4e02
tree894514b19c57a5bb422c9c703b3e2736a61ff9e3
parentfc4f706d6d37bab8cda71cc69183591cb1a9a2e4
Add empty inline_invlist.c

This will be used for things need to handle inversion lists in the three
files that currently use them.  I'm putting this in a separate hdr,
because inversion lists are very internal-only, so should not be grouped
in with things that there is an external API for.  It is a dot-c file so
that the functions can continue to be declared with embed.fnc, and
porting/args_assert.t will continue to work, as it looks only in .c
files.
MANIFEST
ext/re/Makefile.PL
inline_invlist.c [new file with mode: 0644]
regcomp.c
regexec.c
utf8.c