2002-09-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / mbas / mb-parser.jay
index f4e7408ffe5fd8edc420936d7fe15b61ca93e204..bc4f3a16400bb6fe5268da6bc7f29a9eedb37cce 100644 (file)
@@ -358,7 +358,7 @@ imports_directive
 imports_namespace_directive
        : IMPORTS qualified_identifier EOL 
          {
-               current_namespace.Using ((string) $2);
+               current_namespace.Using ((string) $2, lexer.Location);
          }
        ;