[project @ 2002-01-22 15:55:59 by simonmar]
authorsimonmar <unknown>
Tue, 22 Jan 2002 15:55:59 +0000 (15:55 +0000)
committersimonmar <unknown>
Tue, 22 Jan 2002 15:55:59 +0000 (15:55 +0000)
Fix wibbles in previous commit.

ghc/utils/unlit/unlit.c

index a454351..475a41f 100644 (file)
@@ -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);