This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a parameter to a static function
authorKarl Williamson <khw@cpan.org>
Fri, 19 Feb 2016 04:43:14 +0000 (21:43 -0700)
committerKarl Williamson <khw@cpan.org>
Fri, 19 Feb 2016 17:41:43 +0000 (10:41 -0700)
commitbb17e3266e6d1392f4152af8ef9115e2f0d2a06a
tree726af9ee87a62e73eb2808362d4831888112093b
parentb9c1a2c52c1d56a2cc9c9ae73e72977d628c44ea
Add a parameter to a static function

This parameter will be used in a future commit, it changes the output
format of this function that displays the contents of an inversion list
so that it won't have to be parsed later, simplifying the code at that
time.
embed.fnc
embed.h
proto.h
regcomp.c