aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tccpp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tccpp.c b/tccpp.c
index 3afee3f..feb533a 100644
--- a/tccpp.c
+++ b/tccpp.c
@@ -746,6 +746,8 @@ redo_start:
a--;
else if( tok == TOK_ERROR || tok == TOK_WARNING)
in_warn_or_error = 1;
+ else if (tok == TOK_LINEFEED)
+ goto redo_start;
}
break;
_default: