X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=includes%2FStg.h;h=2b2095f030788dcded1b7d270b159a4da38ca081;hb=262ad2a72b20ad5d8418234691afa06c33ab25c5;hp=394c987f079e3732cbaa905c70f404618d92f9bb;hpb=164be7854f6de07bb4bc15f60af727ddb562cde7;p=ghc-hetmet.git 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: