mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 15:49:27 +02:00
* the following doesn't work: on texception do, was a parser error, fixed
This commit is contained in:
parent
37e2ec72f2
commit
7f57cdf52c
@ -574,10 +574,9 @@ unit pstatmnt;
|
||||
if srsym^.typ=unitsym then
|
||||
begin
|
||||
consume(POINT);
|
||||
getsymonlyin(punitsym(srsym)^.unitsymtable,objname);
|
||||
getsymonlyin(punitsym(srsym)^.unitsymtable,pattern);
|
||||
consume(ID);
|
||||
end;
|
||||
consume(ID);
|
||||
if (srsym^.typ=typesym) and
|
||||
(ptypesym(srsym)^.definition^.deftype=objectdef) and
|
||||
pobjectdef(ptypesym(srsym)^.definition)^.isclass then
|
||||
@ -1227,7 +1226,10 @@ unit pstatmnt;
|
||||
end.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.39 1998-09-21 10:26:07 peter
|
||||
Revision 1.40 1998-09-23 21:53:04 florian
|
||||
* the following doesn't work: on texception do, was a parser error, fixed
|
||||
|
||||
Revision 1.39 1998/09/21 10:26:07 peter
|
||||
* merged fix
|
||||
|
||||
Revision 1.38.2.1 1998/09/21 10:24:43 peter
|
||||
|
Loading…
Reference in New Issue
Block a user