[Mono-dev] Re: [Mono-devel-list] [Patch] Publisher Policy support

Paolo Molaro lupus at ximian.com
Sat Aug 20 09:50:04 EDT 2005


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

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list