LCL: more fixes for fpc 2.2.0 compilation

git-svn-id: trunk@15345 -
This commit is contained in:
mattias 2008-06-06 15:07:53 +00:00
parent 4117a15a99
commit 62e6df2b95

View File

@ -310,6 +310,7 @@ ResourceString
SParWrongTokenSymbol = 'Wrong token symbol: %s expected but %s found'; SParWrongTokenSymbol = 'Wrong token symbol: %s expected but %s found';
SParUnterminatedString = 'Unterminated string'; SParUnterminatedString = 'Unterminated string';
SParLocInfo = ' (at %d,%d, stream offset %.8x)'; SParLocInfo = ' (at %d,%d, stream offset %.8x)';
SParUnterminatedBinValue = 'Unterminated byte value';
implementation implementation