diff options
| author | Hans Kristian Rosbach <hk-git@circlestorm.org> | 2025-11-30 22:31:49 +0100 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2025-12-07 12:41:30 +0100 |
| commit | bf95fa0fba9764608aa4164d9ead5839d2edde87 (patch) | |
| tree | 47a0d2c7df4e1070705df678bd8dd0879d3d5ce6 /Makefile.in | |
| parent | e2cd66c048de41a05a13cf5e6b32a2b72577c82b (diff) | |
| download | Project-Tick-bf95fa0fba9764608aa4164d9ead5839d2edde87.tar.gz Project-Tick-bf95fa0fba9764608aa4164d9ead5839d2edde87.zip | |
Inline all uses of quick_insert_string*/quick_insert_value*.
Inline all uses of update_hash*.
Inline insert_string into deflate_quick, deflate_fast and deflate_medium.
Remove insert_string from deflate_state
Use local function pointer for insert_string.
Fix level check to actually check level and not `s->max_chain_length <= 1024`.
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 1e248a8935..19fced0002 100644 --- a/Makefile.in +++ b/Makefile.in @@ -98,7 +98,6 @@ OBJZ = \ inflate.o \ inftrees.o \ insert_string.o \ - insert_string_roll.o \ trees.o \ uncompr.o \ zutil.o \ @@ -138,7 +137,6 @@ PIC_OBJZ = \ inflate.lo \ inftrees.lo \ insert_string.lo \ - insert_string_roll.lo \ trees.lo \ uncompr.lo \ zutil.lo \ |
