diff options
Diffstat (limited to 'tail.c')
-rw-r--r-- | tail.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -39,8 +39,8 @@ static struct suffix_mult null_suffixes[] = { | |||
39 | }; | 39 | }; |
40 | #endif | 40 | #endif |
41 | 41 | ||
42 | #define BYTES 0 | 42 | static const int BYTES = 0; |
43 | #define LINES 1 | 43 | static const int LINES = 1; |
44 | 44 | ||
45 | static char *tailbuf; | 45 | static char *tailbuf; |
46 | static int taillen; | 46 | static int taillen; |