mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 09:09:47 +01:00
* parasym added
This commit is contained in:
parent
935bb2185a
commit
708f10ddf1
@ -580,6 +580,8 @@ begin
|
||||
readtype;
|
||||
write(space,' Default : ');
|
||||
readsymref;
|
||||
write(space,' Symbol : ');
|
||||
readsymref;
|
||||
dec(params);
|
||||
until params=0;
|
||||
end;
|
||||
@ -1644,7 +1646,10 @@ begin
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.11 2002-01-06 12:08:16 peter
|
||||
Revision 1.12 2002-03-01 14:08:47 peter
|
||||
* parasym added
|
||||
|
||||
Revision 1.11 2002/01/06 12:08:16 peter
|
||||
* removed uauto from orddef, use new range_to_basetype generating
|
||||
the correct ordinal type for a range
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user