From 2d8417cdfccc04c81913925c502c4f96399a9a28 Mon Sep 17 00:00:00 2001 From: carl Date: Sat, 12 Oct 2002 20:32:41 +0000 Subject: [PATCH] * RunError 220 -> RunError 219 to be more consistent with as operator --- rtl/inc/generic.inc | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rtl/inc/generic.inc b/rtl/inc/generic.inc index 0f47b291ff..3db2f5e501 100644 --- a/rtl/inc/generic.inc +++ b/rtl/inc/generic.inc @@ -496,7 +496,7 @@ begin exit else vmt:=pvmt(vmt)^.parent; - RunError(220); + RunError(219); end; {$endif not FPC_SYSTEM_HAS_FPC_CHECK_OBJECT_EXT} @@ -941,7 +941,10 @@ end; {$endif ndef FPC_SYSTEM_HAS_INT_STR_LONGWORD} { $Log$ - Revision 1.40 2002-10-10 16:08:50 florian + Revision 1.41 2002-10-12 20:32:41 carl + * RunError 220 -> RunError 219 to be more consistent with as operator + + Revision 1.40 2002/10/10 16:08:50 florian + several widestring/pwidechar related helpers added Revision 1.39 2002/10/05 14:20:16 peter