[Issue 4263] New: Header generation omits '@system' attribute

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 2 15:55:35 PDT 2010


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: nobody at puremagic.com
        ReportedBy: sean at invisibleduck.org


--- Comment #0 from Sean Kelly <sean at 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: -------


More information about the Digitalmars-d-bugs mailing list