diff options
Diffstat (limited to 'zutil.h')
-rw-r--r-- | zutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ | |||
141 | # define OS_CODE 7 | 141 | # define OS_CODE 7 |
142 | #endif | 142 | #endif |
143 | 143 | ||
144 | #ifdef __acorn | 144 | #if defined(__acorn) || defined(__riscos) |
145 | # define OS_CODE 13 | 145 | # define OS_CODE 13 |
146 | #endif | 146 | #endif |
147 | 147 | ||