On 8/26/06, Jacob Yocom-Piatt <[EMAIL PROTECTED]> wrote:
while debugging some C code, i encountered an odd issue that i haven't seen before. the trouble is with spacing and nested array evaluation. the line(s) of code in question look like
whitespace doesn't matter. this isn't python. :) ok, it matters for some obscure cases, like "a+++b" is not the same as "a+ ++b", but that doesn't look like your problem. one space vs two spaces is certainly no different.

