From: simonmar Date: Fri, 9 Jun 2000 11:01:58 +0000 (+0000) Subject: [project @ 2000-06-09 11:01:58 by simonmar] X-Git-Tag: Approximately_9120_patches~4297 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0416c6e7154a124bfeb91298ca6a4d17cd2e3e33;p=ghc-hetmet.git [project @ 2000-06-09 11:01:58 by simonmar] Part of the -split-objs commit that I forgot yesterday. --- diff --git a/ghc/compiler/absCSyn/PprAbsC.lhs b/ghc/compiler/absCSyn/PprAbsC.lhs index 57135be..f3dd000 100644 --- a/ghc/compiler/absCSyn/PprAbsC.lhs +++ b/ghc/compiler/absCSyn/PprAbsC.lhs @@ -151,7 +151,7 @@ pprAbsC (CReturn am return_info) c mk_vector x = hcat [ptext SLIT("RET_VEC"), char '(', pprAmode am, comma, x, rparen ] -pprAbsC (CSplitMarker) _ = ptext SLIT("/* SPLIT */") +pprAbsC (CSplitMarker) _ = ptext SLIT("__STG_SPLIT_MARKER") -- we optimise various degenerate cases of CSwitches.