From 3cbb48cd00e01eb1d956b440eb9153ca813be106 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 13 Oct 2009 18:38:13 +1100 Subject: [PATCH] try to continue --- wspp_bits.c | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/wspp_bits.c b/wspp_bits.c index 82f8c9d..dc85255 100644 --- a/wspp_bits.c +++ b/wspp_bits.c @@ -211,14 +211,20 @@ static char *remove_spaces(const char *s) static int nlines = 0; static char lines[MAX_LINES][MAX_WIDTH]; -static void fatal(void) +static void report(void) { int i; - printf("/* fatal error on line %d\n", line_num); + printf("/*\n"); for (i=0; i