From c1d4e0c3d3cea72807788bbcdfc36cd10826e188 Mon Sep 17 00:00:00 2001 From: peter Date: Mon, 13 Sep 2004 20:30:22 +0000 Subject: [PATCH] * vo_is_loop_counter added --- compiler/symconst.pas | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/compiler/symconst.pas b/compiler/symconst.pas index 8a61ecdb36..97fd916281 100644 --- a/compiler/symconst.pas +++ b/compiler/symconst.pas @@ -292,7 +292,8 @@ type vo_is_vmt, vo_is_result, { special result variable } vo_is_reg_para, { register parameter, no space allocation in parast, but in localst } - vo_is_parentfp + vo_is_parentfp, + vo_is_loop_counter { used to detect assignments to loop counter } ); tvaroptions=set of tvaroption; @@ -410,7 +411,10 @@ initialization end. { $Log$ - Revision 1.87 2004-08-25 15:57:04 peter + Revision 1.88 2004-09-13 20:30:22 peter + * vo_is_loop_counter added + + Revision 1.87 2004/08/25 15:57:04 peter * allow only 1 default property Revision 1.86 2004/07/09 22:17:32 peter