Line zero/column zero

Simon Richter <[email protected]> Thu, 11 Sep 2025 14:30:00 +0900
Newsgroups gmane.comp.parsers.bison.general
Message-ID <[email protected]>
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