From 0a8369c6d7a6595525aba30fb2bfe5b5230d9e71 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 21 Jan 1999 20:01:10 +0000 Subject: [PATCH] [project @ 1999-01-21 20:01:10 by sof] wibble --- ghc/compiler/deSugar/DsForeign.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/compiler/deSugar/DsForeign.lhs b/ghc/compiler/deSugar/DsForeign.lhs index 84ccaf4..8871fb5 100644 --- a/ghc/compiler/deSugar/DsForeign.lhs +++ b/ghc/compiler/deSugar/DsForeign.lhs @@ -268,7 +268,7 @@ dsFExport i ty ext_name cconv isDyn = ExtName fs _ -> fs Dynamic -> panic "dsFExport: Dynamic - shouldn't ever happen." - f_helper_glob = mkIdVisible mod uniq f_helper + f_helper_glob = mkIdVisible mod f_helper (h_stub, c_stub) = fexportEntry c_nm f_helper_glob wrapper_arg_tys the_result_ty cconv isDyn in returnDs (NonRec f_helper_glob the_body, h_stub, c_stub) -- 1.7.10.4