compiler: Added (u)intsize to map to size_t; Updated C prototypes to use it; Fixed...
[sdk] / compiler / libec / src / pass2.ec
index 14cbea2..b77ceef 100644 (file)
@@ -100,6 +100,8 @@ static Expression FixReference(Expression e, bool wantReference)
            (_class.type == systemClass && _class.base && 
            strcmp(_class.fullName, "uintptr") && 
            strcmp(_class.fullName, "intptr") && 
+           strcmp(_class.fullName, "uintsize") && 
+           strcmp(_class.fullName, "intsize") && 
            strcmp(_class.fullName, "ecere::com::Instance") && 
            strcmp(_class.fullName, "ecere::com::Class") && 
            strcmp(_class.dataTypeString, "char *"))))