mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:09:25 +02:00
fcl-passrc: not supported message
git-svn-id: trunk@37909 -
This commit is contained in:
parent
0c3486f6e4
commit
8401bd1286
@ -151,6 +151,7 @@ const
|
||||
nContextExpectedXButFoundY = 3078;
|
||||
nContextXInvalidY = 3079;
|
||||
nConstructingClassXWithAbstractMethodY = 3080;
|
||||
nXIsNotSupported = 3081;
|
||||
|
||||
// resourcestring patterns of messages
|
||||
resourcestring
|
||||
@ -234,6 +235,7 @@ resourcestring
|
||||
sContextExpectedXButFoundY = '%s: expected "%s", but found "%s"';
|
||||
sContextXInvalidY = '%s: invalid %s';
|
||||
sConstructingClassXWithAbstractMethodY = 'Constructing a class "%s" with abstract method "%s"';
|
||||
sXIsNotSupported = '%s is not supported';
|
||||
|
||||
type
|
||||
{ TResolveData - base class for data stored in TPasElement.CustomData }
|
||||
|
Loading…
Reference in New Issue
Block a user