https://d.puremagic.com/issues/show_bug.cgi?id=11823
--- Comment #3 from Andrej Mitrovic <[email protected]> 2014-01-30 23:56:50 PST --- (In reply to comment #2) > I'm not sure this is the right approach. An alternative is to recognize > __FILE__, etc., as special. Well according to the spec compiler-reserved symbols start with double underscores, so I picked that approach. I guess we could instead implement an isBuiltinSymbol check? -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
