diff options
Diffstat (limited to 'zcat.c')
-rw-r--r-- | zcat.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -76,8 +76,6 @@ static char *license_msg[] = { | |||
76 | * The target dependent functions should be defined in tailor.c. | 76 | * The target dependent functions should be defined in tailor.c. |
77 | */ | 77 | */ |
78 | 78 | ||
79 | /* $Id: zcat.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */ | ||
80 | |||
81 | #define RECORD_IO 0 | 79 | #define RECORD_IO 0 |
82 | 80 | ||
83 | #define get_char() get_byte() | 81 | #define get_char() get_byte() |
@@ -432,8 +430,6 @@ extern int unlzw OF((int in, int out)); | |||
432 | # undef LZW | 430 | # undef LZW |
433 | #endif | 431 | #endif |
434 | 432 | ||
435 | /* $Id: zcat.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */ | ||
436 | |||
437 | /* #include "getopt.h" */ | 433 | /* #include "getopt.h" */ |
438 | 434 | ||
439 | /* Declarations for getopt. | 435 | /* Declarations for getopt. |