* forgot a firstpass in arrayconstruct2set

This commit is contained in:
peter 1998-10-07 10:38:55 +00:00
parent 56cf3c85d3
commit 1c35ba2bab

View File

@ -124,6 +124,8 @@ implementation
p3:=nil; p3:=nil;
end; end;
firstpass(p2); firstpass(p2);
if assigned(p3) then
firstpass(p3);
if codegenerror then if codegenerror then
break; break;
case p2^.resulttype^.deftype of case p2^.resulttype^.deftype of
@ -901,7 +903,10 @@ implementation
end. end.
{ {
$Log$ $Log$
Revision 1.4 1998-10-05 21:33:32 peter Revision 1.5 1998-10-07 10:38:55 peter
* forgot a firstpass in arrayconstruct2set
Revision 1.4 1998/10/05 21:33:32 peter
* fixed 161,165,166,167,168 * fixed 161,165,166,167,168
Revision 1.3 1998/09/27 10:16:26 florian Revision 1.3 1998/09/27 10:16:26 florian