This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Change param to join_exact()
authorKarl Williamson <public@khwilliamson.com>
Sat, 24 Dec 2011 01:51:45 +0000 (18:51 -0700)
committerKarl Williamson <public@khwilliamson.com>
Thu, 19 Jan 2012 18:58:18 +0000 (11:58 -0700)
commitf646642f35679c7859c80485da40c0d146e5550c
treec9f0a11f43aae78756219df58e5880fd786b3819
parente22b340a2e08cb60ead800f83a4e05a34a035593
regcomp.c: Change param to join_exact()

This changes a parameter to this function to instead of changing a running
total, return the actual value computed by the function; and it changes
the calling areas of code to compensate.
embed.fnc
proto.h
regcomp.c