[svn] r5858: nemerle/trunk/ncc/parsing/PreParserIndent.n

malekith svnadmin at nemerle.org
Thu Oct 27 18:54:05 CEST 2005


Log:
Cleanup.

Author: malekith
Date: Thu Oct 27 18:54:04 2005
New Revision: 5858

Modified:
   nemerle/trunk/ncc/parsing/PreParserIndent.n

Modified: nemerle/trunk/ncc/parsing/PreParserIndent.n
==============================================================================
--- nemerle/trunk/ncc/parsing/PreParserIndent.n	(original)
+++ nemerle/trunk/ncc/parsing/PreParserIndent.n	Thu Oct 27 18:54:04 2005
@@ -152,16 +152,9 @@
           match (lexer.GetToken ()) {
             | Token.Indent as t =>
               if (indentation_syntax_active) {
-              /*
-                if (force_brace_after_newline) {
-                  force_brace_after_newline = false;
-                  Token.BeginBrace (true);
-                }
-                else */ {
                   //Message.Debug (insertLocation, "Calling get_token_after_indent ()");
                   get_token_after_indent (t)
                 }
-              }
               else
                 get_token ()
                 



More information about the svn mailing list