LCL; fixed 2.2.0 compilation

git-svn-id: trunk@15340 -
This commit is contained in:
mattias 2008-06-06 12:59:56 +00:00
parent 3e490580ec
commit 025c9f9def

View File

@ -302,6 +302,13 @@ ResourceString
hhsHelpBrowserNotExecutable = 'Browser %s%s%s not executable.';
hhsHelpErrorWhileExecuting = 'Error while executing %s%s%s:%s%s';
// parser
SParExpected = 'Wrong token type: %s expected';
SParInvalidInteger = 'Invalid integer number: %s';
SParWrongTokenType = 'Wrong token type: %s expected but %s found';
SParInvalidFloat = 'Invalid floating point number: %s';
SParWrongTokenSymbol = 'Wrong token symbol: %s expected but %s found';
implementation
end.