mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 02:59:13 +02:00
* fixed last commit
This commit is contained in:
parent
5b33ab3643
commit
ec7fb064d0
@ -107,7 +107,7 @@ unit rgobj;
|
|||||||
length,
|
length,
|
||||||
head,
|
head,
|
||||||
tail : integer;
|
tail : integer;
|
||||||
buf : ^tsuperregister;
|
buf : array[0..maxworklist-1] of tsuperregister;
|
||||||
constructor init;
|
constructor init;
|
||||||
destructor done;
|
destructor done;
|
||||||
procedure add(s:tsuperregister);
|
procedure add(s:tsuperregister);
|
||||||
@ -1743,7 +1743,10 @@ end;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.86 2003-10-17 15:25:18 florian
|
Revision 1.87 2003-10-17 16:16:08 peter
|
||||||
|
* fixed last commit
|
||||||
|
|
||||||
|
Revision 1.86 2003/10/17 15:25:18 florian
|
||||||
* fixed more ppc stuff
|
* fixed more ppc stuff
|
||||||
|
|
||||||
Revision 1.85 2003/10/17 14:38:32 peter
|
Revision 1.85 2003/10/17 14:38:32 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user