compiler/bootstrap: (#980) Updated for 0.44.08
[sdk] / compiler / bootstrap / ecc / bootstrap / ecc.main.c
index eed68c6..a61d5b5 100644 (file)
@@ -127,7 +127,7 @@ struct CodePosition
 int line;
 int charPos;
 int pos;
-unsigned int included;
+int included;
 } __attribute__ ((gcc_struct));
 
 extern struct __ecereNameSpace__ecere__com__Class * __ecereClass_Location;