From: simonmar Date: Tue, 22 Jan 2002 16:58:37 +0000 (+0000) Subject: [project @ 2002-01-22 16:58:37 by simonmar] X-Git-Tag: Approximately_9120_patches~272 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d98d90047c337e204a86d939a18c57d95f220207;p=ghc-hetmet.git [project @ 2002-01-22 16:58:37 by simonmar] More wibbles, sigh. Must have been typing with my elbows when I made that change. --- diff --git a/ghc/utils/unlit/unlit.c b/ghc/utils/unlit/unlit.c index 475a41f..a9645fb 100644 --- a/ghc/utils/unlit/unlit.c +++ b/ghc/utils/unlit/unlit.c @@ -349,7 +349,7 @@ char **argv; { /* Prefix the output with line pragmas */ if (prefix_str) { - fprintf(ostream, "#line 1 \"%s\"\n);{-# LINE 1 \"%s\" #-}\n", prefix_str, prefix_str); + fprintf(ostream, "#line 1 \"%s\"\n{-# LINE 1 \"%s\" #-}\n", prefix_str, prefix_str); } unlit(file, istream, ostream);