Skip to content
Snippets Groups Projects
Commit 0416c6e7 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-06-09 11:01:58 by simonmar]

Part of the -split-objs commit that I forgot yesterday.
parent 3c1b89ab
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment