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/zutil.h | |
| parent | c5aba174477a4bdbda31d859ce407c6ee7cef293 (diff) | |
| download | cpython-git-7a98be2efbdc44a6271e3bf6117a1e6c77828414.tar.gz | |
Remove RISCOS support
Diffstat (limited to 'Modules/zlib/zutil.h')
| -rw-r--r-- | Modules/zlib/zutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/zlib/zutil.h b/Modules/zlib/zutil.h index b7d5eff81b..34646ebf1a 100644 --- a/Modules/zlib/zutil.h +++ b/Modules/zlib/zutil.h @@ -147,7 +147,7 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ # define OS_CODE 0x0f #endif -#if defined(_BEOS_) || defined(RISCOS) +#if defined(_BEOS_) # define fdopen(fd,mode) NULL /* No fdopen() */ #endif |
