mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-05 12:27:20 +01:00
* re-enabled second_assigned()
This commit is contained in:
parent
ed950491a8
commit
6eabcc71bc
@ -107,7 +107,7 @@ implementation
|
|||||||
end;
|
end;
|
||||||
in_assigned_x :
|
in_assigned_x :
|
||||||
begin
|
begin
|
||||||
// second_Assigned;
|
second_Assigned;
|
||||||
end;
|
end;
|
||||||
in_include_x_y,
|
in_include_x_y,
|
||||||
in_exclude_x_y:
|
in_exclude_x_y:
|
||||||
@ -583,7 +583,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.7 2002-07-30 20:50:43 florian
|
Revision 1.8 2002-07-31 07:54:59 jonas
|
||||||
|
* re-enabled second_assigned()
|
||||||
|
|
||||||
|
Revision 1.7 2002/07/30 20:50:43 florian
|
||||||
* the code generator knows now if parameters are in registers
|
* the code generator knows now if parameters are in registers
|
||||||
|
|
||||||
Revision 1.6 2002/07/29 21:23:42 florian
|
Revision 1.6 2002/07/29 21:23:42 florian
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user