Browse Source

* vo_is_loop_counter added

peter 21 years ago
parent
commit
c1d4e0c3d3
1 changed files with 6 additions and 2 deletions
  1. 6 2
      compiler/symconst.pas

+ 6 - 2
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