mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 11:29:16 +02:00
* Allow pekIdent message type
git-svn-id: trunk@45513 -
This commit is contained in:
parent
1877d667c4
commit
96cd0020a6
@ -5114,6 +5114,7 @@ begin
|
|||||||
TPasProcedure(Parent).Messagetype:=pmtInteger;
|
TPasProcedure(Parent).Messagetype:=pmtInteger;
|
||||||
pekString:
|
pekString:
|
||||||
TPasProcedure(Parent).Messagetype:=pmtString;
|
TPasProcedure(Parent).Messagetype:=pmtString;
|
||||||
|
pekIdent : ; // unknown at this time
|
||||||
else
|
else
|
||||||
ParseExc(nInvalidMessageType,SErrInvalidMessageType);
|
ParseExc(nInvalidMessageType,SErrInvalidMessageType);
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user