2002-09-08 Miguel de Icaza <miguel@ximian.com>
authorMiguel de Icaza <miguel@gnome.org>
Sun, 8 Sep 2002 05:45:11 +0000 (05:45 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Sun, 8 Sep 2002 05:45:11 +0000 (05:45 -0000)
commit40ea2dfb2d871b47e8d74bdbd2963ab7fa059f11
tree2c94bf93f19e1399766ebe12d76fc49969f96486
parentc4db22ae775baa64575623c0aa9feaa178813dac
2002-09-08  Miguel de Icaza  <miguel@ximian.com>

* namespace.cs (UsingEntry): New struct to hold the name of the
using definition, the location where it is defined, and whether it
has been used in a successful type lookup.

* rootcontext.cs (NamespaceLookup): Use UsingEntries instead of
strings.

* decl.cs: ditto.

svn path=/trunk/mcs/; revision=7314
mcs/mcs/ChangeLog
mcs/mcs/decl.cs
mcs/mcs/driver.cs
mcs/mcs/namespace.cs
mcs/mcs/rootcontext.cs
mcs/mcs/typemanager.cs