This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move widecharmap out of the shared structure _reg_trie_data into the
authorNicholas Clark <nick@ccl4.org>
Sun, 26 Nov 2006 23:32:29 +0000 (23:32 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 26 Nov 2006 23:32:29 +0000 (23:32 +0000)
commit55eed6530071fdede680c5313b36f33946ae9956
tree50342bdc90ec88d014f6dcff0a70a001575dc56d
parent3251b6533b8ccfabab55365b302970011d85066a
Move widecharmap out of the shared structure _reg_trie_data into the
top level regdata array, so that it can be correctly duplicated on
thread clone.

p4raw-id: //depot/perl@29393
embed.fnc
embed.h
proto.h
regcomp.c
regcomp.h
regexec.c