X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=includes%2FStg.h;h=2b2095f030788dcded1b7d270b159a4da38ca081;hp=394c987f079e3732cbaa905c70f404618d92f9bb;hb=34cc75e1a62638f2833815746ebce0a9114dc26b;hpb=74e1368d4688ee16f6decdf2cd3ebe27506b26ba diff --git a/includes/Stg.h b/includes/Stg.h index 394c987..2b2095f 100644 --- a/includes/Stg.h +++ b/includes/Stg.h @@ -76,7 +76,7 @@ /* Compute offsets of struct fields */ -#define FIELD_OFFSET(s_type, field) ((StgWord)&(((s_type*)0)->field)) +#define STG_FIELD_OFFSET(s_type, field) ((StgWord)&(((s_type*)0)->field)) /* * 'Portable' inlining: