# HG changeset patch # User Mario de Sousa # Date 1353611129 0 # Node ID a9741eb5aaabc9512e320ed123d6f857e90071e0 # Parent 438cb107888662f9a666ee037313609b51dbf28e# Parent cdce312be3c4f0ea6bdd56b7e2b58aa6b74c97ae merge diff -r 438cb1078886 -r a9741eb5aaab lib/iec_types.h --- a/lib/iec_types.h Thu Nov 22 19:02:05 2012 +0000 +++ b/lib/iec_types.h Thu Nov 22 19:05:29 2012 +0000 @@ -32,7 +32,7 @@ typedef struct { long int tv_sec; /* Seconds. */ long int tv_nsec; /* Nanoseconds. */ -}__attribute__((packed)) IEC_TIMESPEC; +} /* __attribute__((packed)) */ IEC_TIMESPEC; /* packed is gcc specific! */ typedef IEC_TIMESPEC IEC_TIME; typedef IEC_TIMESPEC IEC_DATE; @@ -51,6 +51,6 @@ typedef struct { __strlen_t len; uint8_t body[STR_MAX_LEN]; -} __attribute__((packed)) IEC_STRING; +} /* __attribute__((packed)) */ IEC_STRING; /* packed is gcc specific! */ #endif /*IEC_TYPES_H*/