mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 07:39:13 +02:00
* fixed web bugs 1758 and 1760
This commit is contained in:
parent
842b28dc3b
commit
7c570fb338
@ -190,10 +190,12 @@ implementation
|
|||||||
s:='FILE';
|
s:='FILE';
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
else
|
_ID:
|
||||||
begin
|
begin
|
||||||
id_type(tt,s,isforwarddef);
|
id_type(tt,s,isforwarddef);
|
||||||
end;
|
end;
|
||||||
|
else
|
||||||
|
message(type_e_type_id_expected);
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
@ -610,7 +612,10 @@ implementation
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.32 2002-01-06 12:08:15 peter
|
Revision 1.33 2002-01-15 16:13:34 jonas
|
||||||
|
* fixed web bugs 1758 and 1760
|
||||||
|
|
||||||
|
Revision 1.32 2002/01/06 12:08:15 peter
|
||||||
* removed uauto from orddef, use new range_to_basetype generating
|
* removed uauto from orddef, use new range_to_basetype generating
|
||||||
the correct ordinal type for a range
|
the correct ordinal type for a range
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user