[project @ 2006-01-04 12:51:59 by simonmar]
authorsimonmar <unknown>
Wed, 4 Jan 2006 12:51:59 +0000 (12:51 +0000)
committersimonmar <unknown>
Wed, 4 Jan 2006 12:51:59 +0000 (12:51 +0000)
remove duplicate definition

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))