This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
regcomp.c: Add parameters to fcns
authorKarl Williamson <public@khwilliamson.com>
Sun, 27 Feb 2011 21:04:26 +0000 (14:04 -0700)
committerKarl Williamson <public@khwilliamson.com>
Mon, 28 Feb 2011 02:21:32 +0000 (19:21 -0700)
commit2c6aa59398a9d39f981ea691c06f8b98ad60b54f
tree3c0da19867ce36f326a1d8813efd202b963332fb
parent1d791ab2d32bd22ff8566e9d86204da48e96a040
regcomp.c: Add parameters to fcns

A pointer to the list of multi-char folds in an ANYOF node is now passed
to the routines that set the bit map.  This is in preparation for those
routines to add to the list
embed.fnc
embed.h
proto.h
regcomp.c