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