Fossil SCM

Remove ZBase no longer needed Using -lz_shared turned out to not work.

js 2025-06-14 11:01 morphos
Commit 139b8599cde37251ce2454fa1b41f37413f270c5bb6b209e69e9aca8b780d3cc
1 file changed -4
-4
--- src/gzip.c
+++ src/gzip.c
@@ -24,14 +24,10 @@
2424
#include "config.h"
2525
#include <assert.h>
2626
#include <zlib.h>
2727
#include "gzip.h"
2828
29
-#ifdef __morphos__
30
-struct Library *ZBase;
31
-#endif
32
-
3329
/*
3430
** State information for the GZIP file under construction.
3531
*/
3632
struct gzip_state {
3733
int eState; /* 0: idle 1: header 2: compressing */
3834
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button