aboutsummaryrefslogtreecommitdiff
path: root/C/LzHash.h
diff options
context:
space:
mode:
Diffstat (limited to 'C/LzHash.h')
-rw-r--r--C/LzHash.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/C/LzHash.h b/C/LzHash.h
index 77b898c..2b6290b 100644
--- a/C/LzHash.h
+++ b/C/LzHash.h
@@ -1,8 +1,8 @@
1/* LzHash.h -- HASH functions for LZ algorithms 1/* LzHash.h -- HASH constants for LZ algorithms
22019-10-30 : Igor Pavlov : Public domain */ 22023-03-05 : Igor Pavlov : Public domain */
3 3
4#ifndef __LZ_HASH_H 4#ifndef ZIP7_INC_LZ_HASH_H
5#define __LZ_HASH_H 5#define ZIP7_INC_LZ_HASH_H
6 6
7/* 7/*
8 (kHash2Size >= (1 << 8)) : Required 8 (kHash2Size >= (1 << 8)) : Required