Removed extra ALIGNED macro define

pull/31/head
Adam Green 2013-08-13 21:03:23 -07:00
parent e014b41377
commit 6e95a5ecde
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ typedef uintptr_t mem_ptr_t;
#define PACK_STRUCT_END
#define PACK_STRUCT_FIELD(fld) fld
#define ALIGNED(n) __attribute__((aligned (n)))
#define ALIGNED(n) __align(n)
#endif
/* Used with IP headers only */