Skip to content
Snippets Groups Projects
Commit f6d1d276 authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-05-29 01:14:15 by panne]

Backed out previous commit, the change was at the completely wrong place.
*please merge*
parent 058d3710
No related merge requests found
......@@ -285,7 +285,6 @@ pprLit lit
| otherwise -> ptext SLIT("__addr") <+> integer p
MachLitLit s ty | code_style -> ptext s
| iface_style -> ptext SLIT("__litlit") <+> pprFSAsString s
| otherwise -> parens (hsep [ptext SLIT("__litlit"),
pprFSAsString s,
pprParendType ty])
......
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