digitalmars.D.bugs - [Issue 2745] New: missing token tochars in lexer.c
- d-bugmail puremagic.com (17/17) Mar 18 2009 http://d.puremagic.com/issues/show_bug.cgi?id=2745
- d-bugmail puremagic.com (9/9) Apr 01 2009 http://d.puremagic.com/issues/show_bug.cgi?id=2745
http://d.puremagic.com/issues/show_bug.cgi?id=2745 Summary: missing token tochars in lexer.c Product: D Version: 1.041 Platform: PC OS/Version: Windows Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: bugzilla digitalmars.com ReportedBy: davidl 126.com Token::tochars[TOKon_scope_exit] = "scope(exit)"; +++ Token::tochars[TOKon_scope_failure] = "scope(failure)"; +++ Token::tochars[TOKon_scope_success] = "scope(success)"; this makes the header generation fail for those cases. --
Mar 18 2009
http://d.puremagic.com/issues/show_bug.cgi?id=2745 bugzilla digitalmars.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED Fixed DMD 1.042 and 2.027 --
Apr 01 2009