Re: [BLACKBOX] compiler trap
I agree it could be wrong because I didn't tested it carefully. I checked only compilation of module which yet not means that semantically it does that expected. Sorry.
luowy, does your fix-up allows to recompile all subsystems of Blackbox as well?
2013/7/10 <luowy{([at]})nowhere.xy
hi Romiras,
I test your fixup, It's wrong!
I do a fixup for this bug,add one line code in DevCPP.IncompleteType:
PROCEDURE IncompleteType (typ: DevCPT.Struct): BOOLEAN;
BEGIN
IF typ.form = Pointer THEN
IF typ =DevCPT.sysptrtyp THEN RETURN FALSE END; (*<< add this line *)
typ := typ.BaseTyp
END;
RETURN (typ = DevCPT.undftyp) OR (typ.comp = Record) & (typ.BaseTyp = DevCPT.undftyp)
END IncompleteType;
I test it ok!
best regards,
luowy
----
To unsubscribe, send a message with body "SIGNOFF BLACKBOX" to LISTSERV{([at]})nowhere.xy
---- To unsubscribe, send a message with body "SIGNOFF BLACKBOX" to LISTSERV{([at]})nowhere.xy
Received on Wed Jul 10 2013 - 12:32:46 UTC
This archive was generated by hypermail 2.3.0
: Thu Sep 26 2013 - 06:29:52 UTC