--- pgp/src/zglobals.c 2018/04/24 16:37:53 1.1 +++ pgp/src/zglobals.c 2018/04/24 16:45:31 1.1.1.6 @@ -17,5 +17,9 @@ /* Argument processing globals */ int method = BEST; /* one of BEST, DEFLATE (only), or STORE (only) */ +#ifdef MACTC5 +int level = 9; /* 0=fastest compression, 9=best compression */ +#else int level = 5; /* 0=fastest compression, 9=best compression */ -char *special = NULL; /* List of special suffixes */ +#endif +char *special = (char *)NULL; /* List of special suffixes */