October 24, 2006
http://d.puremagic.com/issues/show_bug.cgi?id=448

           Summary: frontend: redefinition of size_t
           Product: D
           Version: 0.170
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: thomas-dloop@kuehne.cn


mem.h:7: typedef unsigned size_t;

please use standard C(ISO 9899:1999 §7.17) instead

mem.h:7: #include <stddef.h>


--