}
#endif /* advance */
-#define unary_advance() \
+#define unary_advance() \
do \
{ \
advance (1); \
* 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
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. */