diff options
| author | Skip Montanaro <skip@pobox.com> | 2007-08-16 14:35:24 +0000 |
|---|---|---|
| committer | Skip Montanaro <skip@pobox.com> | 2007-08-16 14:35:24 +0000 |
| commit | 7a98be2efbdc44a6271e3bf6117a1e6c77828414 (patch) | |
| tree | 64b6306494f992605ef5bd854dfc9e4922f8b967 /Modules/zlib/minigzip.c | |
| parent | c5aba174477a4bdbda31d859ce407c6ee7cef293 (diff) | |
| download | cpython-git-7a98be2efbdc44a6271e3bf6117a1e6c77828414.tar.gz | |
Remove RISCOS support
Diffstat (limited to 'Modules/zlib/minigzip.c')
| -rw-r--r-- | Modules/zlib/minigzip.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Modules/zlib/minigzip.c b/Modules/zlib/minigzip.c index 4524b96a1d..7f1de49d87 100644 --- a/Modules/zlib/minigzip.c +++ b/Modules/zlib/minigzip.c @@ -41,11 +41,6 @@ # define unlink delete # define GZ_SUFFIX "-gz" #endif -#ifdef RISCOS -# define unlink remove -# define GZ_SUFFIX "-gz" -# define fileno(file) file->__file -#endif #if defined(__MWERKS__) && __dest_os != __be_os && __dest_os != __win32_os # include <unix.h> /* for fileno */ #endif |
