[Mono-dev] Re: [Mono-devel-list] [Patch] Publisher Policy support
Carlos Alberto Cortez
calberto.cortez at gmail.com
Sat Aug 20 14:02:35 EDT 2005
Hey Paolo,
Thanks for the comments. I will be commiting today.
Carlos.
El sáb, 20-08-2005 a las 15:50 +0200, Paolo Molaro escribió:
> On 08/17/05 Carlos Alberto Cortez wrote:
> > the attached patch works ok, and applies the last suggestions you did.
>
> Please commit, _after_ fixing the coding style with the else placement
> as I pointed out the last time.
> Thanks.
>
> lupus
>
> > Index: metadata-internals.h
> > ===================================================================
> > --- metadata-internals.h (revisión: 48473)
> > +++ metadata-internals.h (copia de trabajo)
> > @@ -5,6 +5,7 @@
> > #include "mono/metadata/image.h"
> > #include "mono/metadata/blob.h"
> > #include "mono/metadata/mempool.h"
> > +#include "mono/metadata/domain-internals.h"
> > #include "mono/utils/mono-hash.h"
> >
> > struct _MonoAssembly {
> > @@ -236,6 +237,22 @@
> > MonoDynamicTable tables [MONO_TABLE_NUM];
> > };
> >
> > +/* Contains information about assembly binding */
> > +typedef struct _MonoAssemblyBindingInfo {
> > + char *name;
>
> You used spaces for indenting instead of TABs.
>
> lupus
>
More information about the Mono-devel-list
mailing list