http://d.puremagic.com/issues/show_bug.cgi?id=5114
yebblies <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from yebblies <[email protected]> 2012-01-22 16:52:31 EST --- (In reply to comment #2) > Note: among the errors I don't see the "premature end of file" error message > that's inside Walter change: > > + > + if (token.value == TOKeof) > + { error("premature end of file"); > + break; > + } This is inside Parser::parseEnum - when eof is encountered inside and enum declaration's body. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
