Hi, looking at the yy_location_print_ function, I see
if (0 <= yylocp->first_line)
and likewise for the other fields. Is that only a sign check to avoid
generating a minus sign in the output, or should that have been a less-than?
Simon
Hi, looking at the yy_location_print_ function, I see
if (0 <= yylocp->first_line)
and likewise for the other fields. Is that only a sign check to avoid
generating a minus sign in the output, or should that have been a less-than?
Simon