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: nob...@puremagic.com
        ReportedBy: s...@invisibleduck.org


--- Comment #0 from Sean Kelly <s...@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: -------

Reply via email to