2001-11-01 Ravi Pratap <ravi@ximian.com>
authorRavi Pratap M <ravi@mono-cvs.ximian.com>
Thu, 1 Nov 2001 07:27:12 +0000 (07:27 -0000)
committerRavi Pratap M <ravi@mono-cvs.ximian.com>
Thu, 1 Nov 2001 07:27:12 +0000 (07:27 -0000)
commit13d3c6e4b8704f4af8a8c357ee45fe1bc9b18a1e
tree08a1b9368996283d3a9ce3273b46df59793a2de5
parent07c58bb6a00c77a45f8df07f74f714764487ac39
2001-11-01  Ravi Pratap  <ravi@ximian.com>

* tree.cs (RecordNamespace): Fix up to check for the correct key.

* cs-parser.jay (GetQualifiedIdentifier): New Helper method used in
local_variable_type to extract the string corresponding to the type.

(local_variable_type): Fixup the action to use the new helper method.

* codegen.cs : Get rid of RefOrOutParameter, it's not the right way to
go.

* expression.cs : Clean out code which uses the above.

svn path=/trunk/mcs/; revision=1239
mcs/mcs/ChangeLog
mcs/mcs/class.cs
mcs/mcs/codegen.cs
mcs/mcs/cs-parser.jay
mcs/mcs/expression.cs
mcs/mcs/tree.cs