summaryrefslogtreecommitdiff
path: root/libraries/base/include/alignment.h
blob: cb2f7da35f7ee8df6bf7c4529ff9f6a06060ab0d (plain)
1
2
3
#if __GLASGOW_HASKELL__ < 711
#define hsc_alignment(t ) hsc_printf ( "%lu", (unsigned long)offsetof(struct {char x__; t(y__); }, y__));
#endif