Bug 521 – frontend: incorrect error(Loc, const char*, char*) declaration in mars.h

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D1 (retired)
Platform
x86
OS
Linux
Creation time
2006-11-15T08:00:00Z
Last change time
2014-02-15T13:20:59Z
Assigned to
bugzilla
Creator
thomas-dloop

Comments

Comment #0 by thomas-dloop — 2006-11-15T08:00:00Z
void error(Loc loc, const char *format, ...); void error(Loc loc, const char *format, char *); should be: void error(Loc loc, const char *format, ...); void error(Loc loc, const char *format, va_list ap);
Comment #1 by bugzilla — 2006-12-08T02:44:24Z
Fixed DMD 0.176