On Apr 7, 2006, at 19:38, Nicholas Clark wrote:

- STRING *fill = CONST_STRING(interpreter, info->flags & FLAG_ZERO ? "0" : " ");


I think that this change is masking the true bug,

No. Above replaced line was definitely bogus. CONST_STRING is a macro that takes *one* string constant and it has likely to be own it's own line.

See also Makefile:
# constant string support
.c.str :
        $(PERL) tools/build/c2str.pl $< > $@

and the generated .str files. Improvements to that utility are welcome to prevent such errors.

leo

Reply via email to