X-Git-Url: https://ecere.com/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=compiler%2Fbootstrap%2Flibec%2Fbootstrap%2Fpass3.c;h=2fcd64273b79c46f5b0dd649a075834cabe7de20;hb=f4957c9c082bc7ce880af428ddcd795770200fc9;hp=3d65deabf3681a5f846e8ceeb7d23353f9c039ba;hpb=12f54b9f87d40cb08130b1602654e5592a8a9fa6;p=sdk diff --git a/compiler/bootstrap/libec/bootstrap/pass3.c b/compiler/bootstrap/libec/bootstrap/pass3.c index 3d65dea..2fcd642 100644 --- a/compiler/bootstrap/libec/bootstrap/pass3.c +++ b/compiler/bootstrap/libec/bootstrap/pass3.c @@ -1545,6 +1545,9 @@ unsigned int addedThis; unsigned int needCast; unsigned int thisPtr; unsigned int opDestType; +unsigned int usedInComparison; +unsigned int ambiguousUnits; +unsigned int parentOpDestType; unsigned int needTemplateCast; } ecere_gcc_struct;