[Issue 1331] header file genaration generates a ":" instead of "; " at pragma

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jul 11 05:00:49 PDT 2007


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





------- Comment #1 from dbiehl at gmx.net  2007-07-11 07:00 -------
Hello,

i take a look at the gdc sources of dmd. 
In file attrib.c at method 
    void AttribDeclaration::toCBuffer(OutBuffer *buf, HdrGenState *hgs)

there is a line:
    buf->writeByte(':');

maybe this is the error.

Greets Daniel


-- 



More information about the Digitalmars-d-bugs mailing list