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

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jul 11 04:56:29 PDT 2007


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

           Summary: header file genaration generates a ":" instead of ";" at
                    pragma
           Product: D
           Version: 1.018
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla at digitalmars.com
        ReportedBy: dbiehl at gmx.net


Hello,

some code:

        module test;

        pragma(lib, "test");

        pragma(msg, "Hello World");

dmd test.d -H -c  generates:

        // D import file generated from 'test.d'
        module test;
        pragma(lib, "test"):
        pragma(msg, "Hello World"):

this happens in several version of dmd and gdc, don't know a version if it
works correct.
Greets Daniel


-- 



More information about the Digitalmars-d-bugs mailing list