From 1d7814737ded890708beb3454e57fcdcca47a0a4 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 24 Jul 1987 11:58:51 +0000 Subject: [PATCH] correction: had deleted a line by accident --- util/cpp/preprocess.c | 1 - 1 file changed, 1 deletion(-) diff --git a/util/cpp/preprocess.c b/util/cpp/preprocess.c index b305753f2..6d2b2095d 100644 --- a/util/cpp/preprocess.c +++ b/util/cpp/preprocess.c @@ -100,7 +100,6 @@ preprocess(fn) ++LineNumber; ++lineno; echo(c); - break; } else if (c == EOI) { flush(op - _obuf); -- 2.34.1