On 8/15/12 8:33 PM, James E Keenan wrote:
Change in 6c44a3a9a8 to line 95 of src/pmc/stringhandle.pmc is likely
suspect:
data_struct->record_separator = CONST_STRING(interp, '\n');
In tools/build/c2str.pl, if $_ does not contain a pair of double quotes
when this regex is reached at line 151:
my ($str) = m/^\s*"((?:\\"|[^"])*)"/;
... then nothing will be captured and $str will be undefined.
whiteknight++ fixed this in commit 6d12b98fdd.
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev