Petr Baudis wrote: > - *rec == '(' || /* lisp defun? */ > - *rec == '#')) { /* #define? */ > + *rec == '(')) { /* #define? */ > if (len > sz) Shouldn't it be: + *rec == '(')) { /* lisp defun? */ -- Jakub Narebski Warsaw, Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html