In ilasm/codegen:
commitdbe4a2c79b639aac29268cfa96040080e03be6b2
authorankit <ankit@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Mon, 20 Apr 2009 04:07:22 +0000 (20 04:07 +0000)
committerankit <ankit@e3ebcda4-bce8-0310-ba0a-eca2169e7518>
Mon, 20 Apr 2009 04:07:22 +0000 (20 04:07 +0000)
treed4968d8f14845c4b187f9a0ee64077542caa2c8d
parent56c8015766e783c7f5a7f5ea01c3058a1738f8ec
In ilasm/codegen:
Fix bug #494221
* MethodDef.cs (BeginLocalsScope): New.
(EndLocalsScope): New.
(AddLocals):
(GetNamedLocal): Support scoping for .locals

In ilasm/parser:
Fix bug #494221.
* ILParser.jay (scope_block_begin): Mark begin .locals scope.
(scope_block): Mark end .locals scope.

git-svn-id: svn+ssh://mono-cvs.ximian.com/source/trunk/mcs@132111 e3ebcda4-bce8-0310-ba0a-eca2169e7518
ilasm/codegen/ChangeLog
ilasm/codegen/MethodDef.cs
ilasm/parser/ChangeLog
ilasm/parser/ILParser.jay