[Issue 2660] Change #line to pragma(line)

d-bugmail at puremagic.com d-bugmail at puremagic.com
Thu Feb 20 11:29:36 PST 2014


https://d.puremagic.com/issues/show_bug.cgi?id=2660



--- Comment #14 from Sobirari Muhomori <dfj1esp02 at sneakemail.com> 2014-02-20 11:29:31 PST ---
It's probably as simple as
---
else if (id == Id::assume_line)
{
    poundLine();
    continue; // processed, overwrite the token with whatever follows
}
---
after testing for other __*__ tokens like Id::EOFX in lexer.c, line 707.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------


More information about the Digitalmars-d-bugs mailing list