mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 12:19:25 +02:00
* 32 -> 64 bit cross compilation fixed
This commit is contained in:
parent
97805c3fee
commit
83ac6eeaad
@ -670,7 +670,7 @@ implementation
|
||||
end;
|
||||
end;
|
||||
conststring :
|
||||
read_factor := upper(pchar(value.valueordptr))
|
||||
read_factor := upper(pchar(value.valueptr))
|
||||
end;
|
||||
end;
|
||||
end;
|
||||
@ -3351,7 +3351,10 @@ exit_label:
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.105 2005-05-02 18:44:00 michael
|
||||
Revision 1.106 2005-05-06 17:02:52 florian
|
||||
* 32 -> 64 bit cross compilation fixed
|
||||
|
||||
Revision 1.105 2005/05/02 18:44:00 michael
|
||||
+ Patch from Christian Iversen to fix defined() macro command
|
||||
|
||||
Revision 1.104 2005/03/28 21:34:36 olle
|
||||
|
Loading…
Reference in New Issue
Block a user