https://d.puremagic.com/issues/show_bug.cgi?id=2660
--- Comment #14 from Sobirari Muhomori <[email protected]> 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: -------
