[Issue 4262] New: Header generation omits 'enum' for enum declarations

d-bugmail at puremagic.com d-bugmail at puremagic.com
Wed Jun 2 15:30:44 PDT 2010


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

           Summary: Header generation omits 'enum' for enum declarations
           Product: D
           Version: 2.040
          Platform: x86
        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:30:42 PDT ---
Yet another blocker for druntime I'm afraid.  Given:

    enum x = 1;

The generated header will be:

    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