In mcs:
authorRaja R Harinath <harinath@hurrynot.org>
Wed, 1 Feb 2006 09:51:09 +0000 (09:51 -0000)
committerRaja R Harinath <harinath@hurrynot.org>
Wed, 1 Feb 2006 09:51:09 +0000 (09:51 -0000)
commit11cedeba5c03ce325774bdbbc09bd523d25208e8
tree98dc78f1d7997d9d1f48d93964c95b8e52de41eb
parent9a9d0e121633094532e8231520d36a2d4fb0e6c9
In mcs:
* typemanager.cs (cons_param_array_attribute): Make private.
(Reset): Set it to null.
(InitCoreHelpers): Don't initialize it.
(ConsParamArrayAttribute): New.  Initialize it as needed.
* parameter.cs (ParamsParameter.ApplyAttribute): Update to change.

In gmcs:
* typemanager.cs (cons_param_array_attribute): Make private.
(Reset): Set it to null.
(InitCoreHelpers): Don't initialize it.
(ConsParamArrayAttribute): New.  Initialize it as needed.
* parameter.cs (ParamsParameter.ApplyAttribute): Update to change.

svn path=/trunk/mcs/; revision=56377
mcs/gmcs/ChangeLog
mcs/gmcs/parameter.cs
mcs/gmcs/typemanager.cs
mcs/mcs/ChangeLog
mcs/mcs/parameter.cs
mcs/mcs/typemanager.cs