http://d.puremagic.com/issues/show_bug.cgi?id=2660
------- Comment #3 from [email protected] 2009-02-13 13:30 ------- Take a look at what Lex/Yacc/Flex/Bison and a pile of other tools generate. Anything that is copied from the input file into the output is prefaced with #line so that errors point to the right place. I see no reason to break with this convention as I rather suspect that there are other tools out there that also leverage it. --
