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

           Summary: Header generation omits '@system' attribute
           Product: D
           Version: 2.040
          Platform: Other
        OS/Version: Mac OS X
            Status: NEW
          Severity: blocker
          Priority: P2
         Component: DMD
        AssignedTo: nob...@puremagic.com
        ReportedBy: s...@invisibleduck.org


--- Comment #0 from Sean Kelly <s...@invisibleduck.org> 2010-06-02 15:55:33 PDT 
---
Given the module:

@system:
int x = 1;

The generated header is:

{
int x = 1;
}

Patch included.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to