January 09, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=823

           Summary: frontend: incorrect verror declaration in mars.h
           Product: D
           Version: 1.00
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P3
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: thomas-dloop@kuehne.cn


mars.h:244 void verror(Loc loc, const char *format, char *);

should be

mars.h:244 void verror(Loc loc, const char *format, va_list );


-- 

January 28, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=823


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from bugzilla@digitalmars.com  2007-01-27 18:56 -------
Fixed DMD 1.001


--