From: simonmar Date: Wed, 4 Jan 2006 12:51:59 +0000 (+0000) Subject: [project @ 2006-01-04 12:51:59 by simonmar] X-Git-Tag: final_switch_to_darcs,_this_repo_is_now_live~65 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=005f5e7e4c697ad3a04bc0e0e457e34f2e0796a3;p=ghc-hetmet.git [project @ 2006-01-04 12:51:59 by simonmar] remove duplicate definition --- diff --git a/ghc/includes/mkDerivedConstants.c b/ghc/includes/mkDerivedConstants.c index d6aa91e..c78c842 100644 --- a/ghc/includes/mkDerivedConstants.c +++ b/ghc/includes/mkDerivedConstants.c @@ -185,7 +185,6 @@ #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))