I've tried to recompile COMPILATOR
I think I've found bugs:
in FPC.PP
line 67 string --> shortstring
procedure findexe(var ppcbin:shortstring);
in PPUDUMP.PP
line 235 string --> shortstring
function hexstr(val : cardinal;cnt : byte) : shortstring;
line 227 string --> shortstring
function HexB(b:b
darekM wrote:
In the new version of SYSTEM.PP there is a declared variable THandle
I think there isn't necessary to duplicate declarations in other units like
CLASSES : classesh.inc ---> move THandle to section with TPoint
SYSUTILS : posix\sysutils.pp ---> change to
type
THandle = type system