This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make is_bare_re bool. not int in re_op_compile
authorDavid Mitchell <davem@iabyn.com>
Sat, 21 Apr 2012 19:25:33 +0000 (20:25 +0100)
committerDavid Mitchell <davem@iabyn.com>
Wed, 13 Jun 2012 12:32:52 +0000 (13:32 +0100)
commit76ac488f33062fb6944511be1ac932b9bbb66144
treed1b41ef79fae93a262d1323b1b1c8da71987cce6
parent7fb31b92fa6bf56dff7d4240b7051b9158f7df43
make is_bare_re bool. not int in re_op_compile

This flag pointer only stores truth, so make it a pointer to a bool rather
than to an int.
embed.fnc
pp_ctl.c
proto.h
regcomp.c
regexp.h