Fix "[perl #20667] unicode regex vs non-unicode regex".
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 4 Feb 2003 11:04:25 +0000 (11:04 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 4 Feb 2003 11:04:25 +0000 (11:04 +0000)
commitd12e50cf45149336efec3161d04293f1ae511ed7
treece843752d4a3969989647728a3fd93a29ebf821a
parent68b871bb4a348d153c096d0edd21e3147f4c7025
Fix "[perl #20667] unicode regex vs non-unicode regex".
The PL_regdata was not set up (S_cache_re()) before it
was needed (S_reginclass()).  The test put in fresh_perl.t
because we need a pristine state to start.

p4raw-id: //depot/perl@18653
regexec.c
t/run/fresh_perl.t