[fpc-devel] Type redefinitions
Florian Klämpfl
florian at freepascal.org
Sat Sep 4 18:23:27 CEST 2010
Am 28.08.2010 13:54, schrieb Hans-Peter Diettrich:
> Several type redefinitions are reported in compiling the compiler, can
> these be removed?
Yes.
>
> Most types (PByte...) are declared in systemh.inc and objpash.inc. I'm
> not sure, but can't these redefinitions be excluded conditionally, for
> e.g. mode OBJPAS (as set for the compiler)?
Then they should be moved to the objpas unit but I think several of them
are used by the system unit itself. So having some there and some in the
objpas unit will cause only confusion.
More information about the fpc-devel
mailing list