fixed line number after line directives
authorceriel <none@none>
Tue, 21 Nov 1989 11:33:21 +0000 (11:33 +0000)
committerceriel <none@none>
Tue, 21 Nov 1989 11:33:21 +0000 (11:33 +0000)
lang/cem/cemcom/domacro.c

index 8fe2da8..0f17f83 100644 (file)
@@ -698,7 +698,7 @@ do_line(l)
        int t = GetToken(&tk);
 
        SkipRestOfLine();
-       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_bts;
 }