X-Git-Url: http://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=compiler%2Fbootstrap%2Fecere%2Fbootstrap%2FBTNode.c;fp=compiler%2Fbootstrap%2Fecere%2Fbootstrap%2FBTNode.c;h=8c41c254aac819398871c7b5aae5b50d311c3106;hb=1fe01ced1978ecd046accfc810ac6a2735942829;hp=723f7d6c3a161345e0ff4dbebf5b047ffb0b9005;hpb=22f4910c35cbe3549e33b75a90399a7fec92de12;p=sdk diff --git a/compiler/bootstrap/ecere/bootstrap/BTNode.c b/compiler/bootstrap/ecere/bootstrap/BTNode.c index 723f7d6..8c41c25 100644 --- a/compiler/bootstrap/ecere/bootstrap/BTNode.c +++ b/compiler/bootstrap/ecere/bootstrap/BTNode.c @@ -135,6 +135,7 @@ struct __ecereNameSpace__ecere__com__Class * templateClass; struct __ecereNameSpace__ecere__sys__OldList templatized; int numParams; unsigned int isInstanceClass; +unsigned int byValueSystemClass; } __attribute__ ((gcc_struct)); extern long long __ecereNameSpace__ecere__com__eClass_GetProperty(struct __ecereNameSpace__ecere__com__Class * _class, char * name); @@ -1054,7 +1055,7 @@ if((*this)->right) { (*this)->right->parent = *(struct __ecereNameSpace__ecere__sys__StringBTNode **)this; } -(*this)->depth = __ecereProp___ecereNameSpace__ecere__sys__BTNode_Get_depthProp(((struct __ecereNameSpace__ecere__sys__BTNode *)*(struct __ecereNameSpace__ecere__sys__StringBTNode **)(*(struct __ecereNameSpace__ecere__sys__StringBTNode **)this))); +(*this)->depth = __ecereProp___ecereNameSpace__ecere__sys__BTNode_Get_depthProp(((struct __ecereNameSpace__ecere__sys__BTNode *)(struct __ecereNameSpace__ecere__sys__StringBTNode *)(*(struct __ecereNameSpace__ecere__sys__StringBTNode **)this))); } else (*this) = (((void *)0));