mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 02:29:19 +02:00
* commited the wrong file :(
This commit is contained in:
parent
d2323f695d
commit
fb43998d8c
@ -631,7 +631,8 @@ unit pdecl;
|
|||||||
id_type:=generrordef;
|
id_type:=generrordef;
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
testforward_type(srsym);
|
if not forwardsallowed then
|
||||||
|
testforward_type(srsym);
|
||||||
end;
|
end;
|
||||||
lasttypesym:=ptypesym(srsym);
|
lasttypesym:=ptypesym(srsym);
|
||||||
id_type:=ptypesym(srsym)^.definition;
|
id_type:=ptypesym(srsym)^.definition;
|
||||||
@ -2058,7 +2059,10 @@ unit pdecl;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.64 1998-10-05 21:33:24 peter
|
Revision 1.65 1998-10-05 22:43:35 peter
|
||||||
|
* commited the wrong file :(
|
||||||
|
|
||||||
|
Revision 1.64 1998/10/05 21:33:24 peter
|
||||||
* fixed 161,165,166,167,168
|
* fixed 161,165,166,167,168
|
||||||
|
|
||||||
Revision 1.63 1998/10/05 13:57:13 peter
|
Revision 1.63 1998/10/05 13:57:13 peter
|
||||||
|
Loading…
Reference in New Issue
Block a user