This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add parameter to internal function
authorKarl Williamson <public@khwilliamson.com>
Fri, 12 Jul 2013 20:07:49 +0000 (14:07 -0600)
committerKarl Williamson <public@khwilliamson.com>
Tue, 16 Jul 2013 19:58:11 +0000 (13:58 -0600)
commitbb023b4f5363e492abb21c941380d9a69f29631b
tree8e22b1b5d6d5d82b740fa4186349633a1ef3f87f
parentf0762ef26b87e4290539f3bebe9fdde6d8587856
Add parameter to internal function

The function invlist_set_len() has to be called after the offset header
field in an inversion list has been set.  To make sure that future
maintainers don't forget to do this, add the parameter for the 'offset'
to its call, so it can't be called without having this value.
embed.fnc
embed.h
proto.h
regcomp.c