* Allow pekIdent message type

git-svn-id: trunk@45513 -
This commit is contained in:
michael 2020-05-27 07:22:42 +00:00
parent 1877d667c4
commit 96cd0020a6

View File

@ -5114,6 +5114,7 @@ begin
TPasProcedure(Parent).Messagetype:=pmtInteger;
pekString:
TPasProcedure(Parent).Messagetype:=pmtString;
pekIdent : ; // unknown at this time
else
ParseExc(nInvalidMessageType,SErrInvalidMessageType);
end;