Fossil SCM
Remove ZBase no longer needed Using -lz_shared turned out to not work.
Commit
139b8599cde37251ce2454fa1b41f37413f270c5bb6b209e69e9aca8b780d3cc
Parent
c462e4a87da4bc4…
1 file changed
-4
-4
| --- src/gzip.c | ||
| +++ src/gzip.c | ||
| @@ -24,14 +24,10 @@ | ||
| 24 | 24 | #include "config.h" |
| 25 | 25 | #include <assert.h> |
| 26 | 26 | #include <zlib.h> |
| 27 | 27 | #include "gzip.h" |
| 28 | 28 | |
| 29 | -#ifdef __morphos__ | |
| 30 | -struct Library *ZBase; | |
| 31 | -#endif | |
| 32 | - | |
| 33 | 29 | /* |
| 34 | 30 | ** State information for the GZIP file under construction. |
| 35 | 31 | */ |
| 36 | 32 | struct gzip_state { |
| 37 | 33 | int eState; /* 0: idle 1: header 2: compressing */ |
| 38 | 34 |
| --- src/gzip.c | |
| +++ src/gzip.c | |
| @@ -24,14 +24,10 @@ | |
| 24 | #include "config.h" |
| 25 | #include <assert.h> |
| 26 | #include <zlib.h> |
| 27 | #include "gzip.h" |
| 28 | |
| 29 | #ifdef __morphos__ |
| 30 | struct Library *ZBase; |
| 31 | #endif |
| 32 | |
| 33 | /* |
| 34 | ** State information for the GZIP file under construction. |
| 35 | */ |
| 36 | struct gzip_state { |
| 37 | int eState; /* 0: idle 1: header 2: compressing */ |
| 38 |
| --- src/gzip.c | |
| +++ src/gzip.c | |
| @@ -24,14 +24,10 @@ | |
| 24 | #include "config.h" |
| 25 | #include <assert.h> |
| 26 | #include <zlib.h> |
| 27 | #include "gzip.h" |
| 28 | |
| 29 | /* |
| 30 | ** State information for the GZIP file under construction. |
| 31 | */ |
| 32 | struct gzip_state { |
| 33 | int eState; /* 0: idle 1: header 2: compressing */ |
| 34 |