[Issue 5114] Too many error messages with main(;

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat Jan 21 21:52:34 PST 2012


http://d.puremagic.com/issues/show_bug.cgi?id=5114


yebblies <yebblies at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |yebblies at gmail.com


--- Comment #3 from yebblies <yebblies at gmail.com> 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: -------


More information about the Digitalmars-d-bugs mailing list