Generate line directives that are similar to the ones generated
authorceriel <none@none>
Thu, 8 Jan 1987 12:42:44 +0000 (12:42 +0000)
committerceriel <none@none>
Thu, 8 Jan 1987 12:42:44 +0000 (12:42 +0000)
by the Reiser preprocessor.

util/cpp/preprocess.c

index bd05c56..c8347af 100644 (file)
@@ -51,7 +51,7 @@ preprocess(fn)
 
                        fn = FileName;
                        lineno = LineNumber;
-                       sprint(p, "#line %d \"%s\"\n", LineNumber,
+                       sprint(p, "# %d \"%s\"\n", LineNumber,
                                                        FileName);
                        while (*p) {
                                echo(*p++);