diff options
Diffstat (limited to 'gzip.c')
-rw-r--r-- | gzip.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -380,7 +380,6 @@ extern int block_mode; /* block compress mode -C compatible with 2.0 */ | |||
380 | # undef LZW | 380 | # undef LZW |
381 | #endif | 381 | #endif |
382 | 382 | ||
383 | /* $Id: gzip.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */ | ||
384 | /* tailor.h -- target dependent definitions | 383 | /* tailor.h -- target dependent definitions |
385 | * Copyright (C) 1992-1993 Jean-loup Gailly. | 384 | * Copyright (C) 1992-1993 Jean-loup Gailly. |
386 | * This is free software; you can redistribute it and/or modify it under the | 385 | * This is free software; you can redistribute it and/or modify it under the |
@@ -391,7 +390,6 @@ extern int block_mode; /* block compress mode -C compatible with 2.0 */ | |||
391 | * The target dependent functions should be defined in tailor.c. | 390 | * The target dependent functions should be defined in tailor.c. |
392 | */ | 391 | */ |
393 | 392 | ||
394 | /* $Id: gzip.c,v 1.5 1999/10/23 07:09:58 andersen Exp $ */ | ||
395 | 393 | ||
396 | #if defined(__MSDOS__) && !defined(MSDOS) | 394 | #if defined(__MSDOS__) && !defined(MSDOS) |
397 | # define MSDOS | 395 | # define MSDOS |