X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=compiler%2Fecp%2Fecp.ec;h=9a7b23318b63adf88f111d1008e9ca8669ec55e5;hb=d7cb7045bb7421cf3a097d9cac0de8a8514267f2;hp=b33d603176561e7518aca822539247c3140dcf6a;hpb=3d3b5ac469f325823fa288caaad646e11e06c5e2;p=sdk diff --git a/compiler/ecp/ecp.ec b/compiler/ecp/ecp.ec index b33d603..9a7b233 100644 --- a/compiler/ecp/ecp.ec +++ b/compiler/ecp/ecp.ec @@ -1487,6 +1487,8 @@ class PrecompApp : Application globalContext.types.Add((BTNode)Symbol { string = CopyString("byte"), type = ProcessTypeString("unsigned char", false) }); globalContext.types.Add((BTNode)Symbol { string = CopyString("intptr_t"), type = ProcessTypeString("intptr", false) }); globalContext.types.Add((BTNode)Symbol { string = CopyString("uintptr_t"), type = ProcessTypeString("uintptr", false) }); + globalContext.types.Add((BTNode)Symbol { string = CopyString("ssize_t"), type = ProcessTypeString("intsize", false) }); + globalContext.types.Add((BTNode)Symbol { string = CopyString("size_t"), type = ProcessTypeString("uintsize", false) }); { char * outputFilePath = GetOutputFile();