commit | 7a98be2efbdc44a6271e3bf6117a1e6c77828414 | [log] [tgz] |
---|---|---|
author | Skip Montanaro <skip@pobox.com> | Thu Aug 16 14:35:24 2007 +0000 |
committer | Skip Montanaro <skip@pobox.com> | Thu Aug 16 14:35:24 2007 +0000 |
tree | 64b6306494f992605ef5bd854dfc9e4922f8b967 | |
parent | c5aba174477a4bdbda31d859ce407c6ee7cef293 [diff] [blame] |
Remove RISCOS support
diff --git a/Modules/zlib/example.c b/Modules/zlib/example.c index 6c8a0ee..52bc261 100644 --- a/Modules/zlib/example.c +++ b/Modules/zlib/example.c
@@ -13,7 +13,7 @@ # include <stdlib.h> #endif -#if defined(VMS) || defined(RISCOS) +#if defined(VMS) # define TESTFILE "foo-gz" #else # define TESTFILE "foo.gz"