From 62e6df2b9567dc75fca3723e2240b7555dd7d4ad Mon Sep 17 00:00:00 2001 From: mattias Date: Fri, 6 Jun 2008 15:07:53 +0000 Subject: [PATCH] LCL: more fixes for fpc 2.2.0 compilation git-svn-id: trunk@15345 - --- lcl/lclstrconsts.pas | 1 + 1 file changed, 1 insertion(+) diff --git a/lcl/lclstrconsts.pas b/lcl/lclstrconsts.pas index e7061c181c..6d403541fd 100644 --- a/lcl/lclstrconsts.pas +++ b/lcl/lclstrconsts.pas @@ -310,6 +310,7 @@ ResourceString SParWrongTokenSymbol = 'Wrong token symbol: %s expected but %s found'; SParUnterminatedString = 'Unterminated string'; SParLocInfo = ' (at %d,%d, stream offset %.8x)'; + SParUnterminatedBinValue = 'Unterminated byte value'; implementation