Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
4b5ef150
Commit
4b5ef150
authored
Jan 22, 2002
by
simonmar
Browse files
[project @ 2002-01-22 15:55:59 by simonmar]
Fix wibbles in previous commit.
parent
46c2362e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/utils/unlit/unlit.c
View file @
4b5ef150
...
...
@@ -348,8 +348,8 @@ char **argv; {
}
/* Prefix the output with line pragmas */
if
(
add_line_prag_long
)
{
fprintf
(
ostream
,
"# 1
\"
%s
\"\n
"
);{
-
#
LINE
1
\
"%s
\"
#-}
\n
"
,
prefix_str
,
prefix_str
);
if
(
prefix_str
)
{
fprintf
(
ostream
,
"#
line
1
\"
%s
\"\n
);{-# LINE 1
\"
%s
\"
#-}
\n
"
,
prefix_str
,
prefix_str
);
}
unlit
(
file
,
istream
,
ostream
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment