April 29, 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=119

           Summary: macro error in "mars.h"
           Product: D
           Version: 0.156
          Platform: All
        OS/Version: Mac OS X
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: afb@algonet.se


When copying macros from GDC 0.17 over to DMD,
the __APPLE__ definition of "integer_t" was lost.

It needs a workaround (a #define) for that type,
since it is being used by the system already...


-- 

April 29, 2006
http://d.puremagic.com/bugzilla/show_bug.cgi?id=119





------- Comment #1 from afb@algonet.se  2006-04-29 18:34 -------
Created an attachment (id=10)
 --> (http://d.puremagic.com/bugzilla/attachment.cgi?id=10&action=view)
dmd-0.156-integer_t.patch


--