[svn] r6759: nemerle/trunk/ncc/parsing/Lexer.n

IT svnadmin at nemerle.org
Sat Oct 14 19:02:07 CEST 2006


Log:
Fixed WhiteSpace warnings.

Author: IT
Date: Sat Oct 14 19:02:05 2006
New Revision: 6759

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

Modified: nemerle/trunk/ncc/parsing/Lexer.n
==============================================================================
--- nemerle/trunk/ncc/parsing/Lexer.n	(original)
+++ nemerle/trunk/ncc/parsing/Lexer.n	Sat Oct 14 19:02:05 2006
@@ -126,6 +126,7 @@
         + " { " + PreParser.Dump (body, "") + " }"
 
       | Using => "using import;"
+      | WhiteSpace(name) => name
     }
   }
 
@@ -189,6 +190,7 @@
 
         | Namespace => "namespace scoping"
         | Using => "using declaration"
+        | WhiteSpace => ""
       }
     else
       ToString ()



More information about the svn mailing list