[svn] r7689: vs-plugin/trunk/Nemerle.Compiler.Utils/FormCodeInfo.n

akhropov svnadmin at nemerle.org
Fri May 25 12:20:10 CEST 2007


Log:
small comment patch

Author: akhropov
Date: Fri May 25 12:20:00 2007
New Revision: 7689

Modified:
   vs-plugin/trunk/Nemerle.Compiler.Utils/FormCodeInfo.n

Modified: vs-plugin/trunk/Nemerle.Compiler.Utils/FormCodeInfo.n
==============================================================================
--- vs-plugin/trunk/Nemerle.Compiler.Utils/FormCodeInfo.n	(original)
+++ vs-plugin/trunk/Nemerle.Compiler.Utils/FormCodeInfo.n	Fri May 25 12:20:00 2007
@@ -11,10 +11,10 @@
   public struct FormCodeInfo
   {
     // number of line in form main code file
-    public mutable newMethodInsertionLine : int; // indicates uninitialized position
+    public mutable newMethodInsertionLine : int; // -1 indicates uninitialized position
 
     // number of line in designer code file
-    public mutable newFieldInsertionLine : int; // indicates uninitialized position
+    public mutable newFieldInsertionLine : int; // -1 indicates uninitialized position
 
     public this(newMethodInsertionLine: int = -1, newFieldInsertionLine: int = -1)
     {



More information about the svn mailing list