mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:09:25 +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;
|
||||
pekString:
|
||||
TPasProcedure(Parent).Messagetype:=pmtString;
|
||||
pekIdent : ; // unknown at this time
|
||||
else
|
||||
ParseExc(nInvalidMessageType,SErrInvalidMessageType);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user