From 005f5e7e4c697ad3a04bc0e0e457e34f2e0796a3 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 4 Jan 2006 12:51:59 +0000 Subject: [PATCH] [project @ 2006-01-04 12:51:59 by simonmar] remove duplicate definition --- ghc/includes/mkDerivedConstants.c | 1 - 1 file changed, 1 deletion(-) 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)) -- 1.7.10.4