fix to previous change
authorceriel <none@none>
Fri, 17 Nov 1989 15:19:55 +0000 (15:19 +0000)
committerceriel <none@none>
Fri, 17 Nov 1989 15:19:55 +0000 (15:19 +0000)
util/cpp/domacro.c

index 3aaf9ff..d011401 100644 (file)
@@ -448,7 +448,7 @@ do_line(l)
 
        PushBack();
        skipline();
-       LineNumber = l - 1;     /* the number of the next input line */
+       LineNumber = l;         /* the number of the next input line */
        if (t == STRING)        /* is there a filespecifier? */
                FileName = tk.tk_str;
 }