aboutsummaryrefslogtreecommitdiff
path: root/zutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'zutil.h')
-rw-r--r--zutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zutil.h b/zutil.h
index 48dd7fe..630bc11 100644
--- a/zutil.h
+++ b/zutil.h
@@ -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