X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fsgen%2Fsgen-protocol.h;h=8b82dc3794aee3a4eb19c7bf3b06da97f34115db;hb=787faec0048b660f3aede97b5400bef23ba88007;hp=b0892f4478fd09effd1ee58ce2c7e2db5bbe3e9b;hpb=33e80a5291986e98251198c13086f91fcc2a40e2;p=mono.git diff --git a/mono/sgen/sgen-protocol.h b/mono/sgen/sgen-protocol.h index b0892f4478f..8b82dc3794a 100644 --- a/mono/sgen/sgen-protocol.h +++ b/mono/sgen/sgen-protocol.h @@ -1,6 +1,6 @@ -/* - * sgen-protocol.h: Binary protocol of internal activity, to aid - * debugging. +/** + * \file + * Binary protocol of internal activity, to aid debugging. * * Copyright 2001-2003 Ximian, Inc * Copyright 2003-2010 Novell, Inc. @@ -83,7 +83,7 @@ enum { #define PROTOCOL_PACK_STRUCTS #if defined(__GNUC__) -#define PROTOCOL_STRUCT_ATTR __attribute__ ((packed)) +#define PROTOCOL_STRUCT_ATTR __attribute__ ((__packed__)) #else #define PROTOCOL_STRUCT_ATTR #endif