1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-19 02:10:57 +02:00

Remove SPC in SPC-TAB sequence.

This commit is contained in:
Jim Meyering
2003-04-11 12:42:39 +00:00
parent 31df60a180
commit 0893227b13
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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. */