[project @ 2006-01-04 12:51:59 by simonmar]
[ghc-hetmet.git] / ghc / includes / mkDerivedConstants.c
index d6aa91e..c78c842 100644 (file)
 #define tso_field_macro(str) \
     printf("#define " str "(__ptr__)  REP_" str "[__ptr__+TSO_OFFSET_" str "]\n")
 #define tso_field(s_type, field)               \
-    tso_payload_offset(s_type, field);         \
     field_type(s_type, field);                 \
     tso_field_offset(s_type,field);            \
     tso_field_macro(str(s_type,field))