From 0893227b13962acb4ec9128e97171f1e22cc49ae Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 11 Apr 2003 12:42:39 +0000 Subject: Remove SPC in SPC-TAB sequence. --- src/test.c | 4 ++-- src/unexpand.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/test.c b/src/test.c index 3b01f13d4..c13ddec38 100644 --- a/src/test.c +++ b/src/test.c @@ -198,7 +198,7 @@ advance (int f) } #endif /* advance */ -#define unary_advance() \ +#define unary_advance() \ do \ { \ advance (1); \ @@ -301,7 +301,7 @@ age_of (char *filename, time_t *age) * term ::= * '-'('h'|'d'|'f'|'r'|'s'|'w'|'c'|'b'|'p'|'u'|'g'|'k') filename * '-'('L'|'x') filename - * '-t' [ int ] + * '-t' [ int ] * '-'('z'|'n') string * string * string ('!='|'=') string diff --git a/src/unexpand.c b/src/unexpand.c index b9e95d972..634f7c9c0 100644 --- a/src/unexpand.c +++ b/src/unexpand.c @@ -233,7 +233,7 @@ unexpand (void) int tab_index = 0; /* For calculating width of pending tabs. */ int print_tab_index = 0; /* For printing as many tabs as possible. */ unsigned int column = 0; /* Column on screen of next char. */ - int next_tab_column; /* Column the next tab stop is on. */ + int next_tab_column; /* Column the next tab stop is on. */ int convert = 1; /* If nonzero, perform translations. */ unsigned int pending = 0; /* Pending columns of blanks. */ -- cgit v1.2.3-70-g09d2