patrickt / pony

A source-to-source transformer for C99, written in Haskell.
Other
5 stars 0 forks source link

Declarator reification discards the __attributes__ of composite structures #64

Closed patrickt closed 11 years ago

patrickt commented 12 years ago

e.g.

struct foo { uint8_t bar; } __attribute__((packed))

will not be properly processed during the reification process.