mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-08 04:46:11 +02:00
* alignment for sparc fixed
This commit is contained in:
parent
d13640a706
commit
f46756e96b
@ -22,9 +22,9 @@ Const
|
|||||||
Type
|
Type
|
||||||
|
|
||||||
SearchRec =
|
SearchRec =
|
||||||
{$ifndef ARM}
|
{$ifndef FPC_REQUIRES_PROPER_ALIGNMENT}
|
||||||
packed
|
packed
|
||||||
{$endif ARM}
|
{$endif FPC_REQUIRES_PROPER_ALIGNMENT}
|
||||||
Record
|
Record
|
||||||
{Fill : array[1..21] of byte; Fill replaced with below}
|
{Fill : array[1..21] of byte; Fill replaced with below}
|
||||||
SearchNum : LongInt; {to track which search this is}
|
SearchNum : LongInt; {to track which search this is}
|
||||||
@ -836,7 +836,10 @@ End.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.33 2004-07-25 22:46:34 olle
|
Revision 1.34 2004-08-14 14:22:17 florian
|
||||||
|
* alignment for sparc fixed
|
||||||
|
|
||||||
|
Revision 1.33 2004/07/25 22:46:34 olle
|
||||||
* envstr now returns empty string when index out of bounds
|
* envstr now returns empty string when index out of bounds
|
||||||
|
|
||||||
Revision 1.32 2004/03/14 18:42:39 peter
|
Revision 1.32 2004/03/14 18:42:39 peter
|
||||||
@ -901,4 +904,4 @@ End.
|
|||||||
Revision 1.12 2002/09/07 16:01:27 peter
|
Revision 1.12 2002/09/07 16:01:27 peter
|
||||||
* old logs removed and tabs fixed
|
* old logs removed and tabs fixed
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user