[Issue 448] New: frontend: redefinition of size_t

d-bugmail at puremagic.com d-bugmail at puremagic.com
Tue Oct 24 04:27:07 PDT 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 at digitalmars.com
        ReportedBy: thomas-dloop at 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>


-- 




More information about the Digitalmars-d-bugs mailing list