summaryrefslogtreecommitdiffstats
path: root/fast_encoder.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2025-02-05 17:14:57 +0000
committerDaniel Baumann <daniel@debian.org>2025-02-05 17:14:57 +0000
commit6fb82e7dab94ca12f87362d2755ead76f920859a (patch)
treeafb6be0c266301843a8ff7e0ac10c452394de3c0 /fast_encoder.h
parentAdding upstream version 1.13~rc2. (diff)
downloadlzip-6ec77cf68d942bed6e03704557553c394035558d.tar.xz
lzip-6ec77cf68d942bed6e03704557553c394035558d.zip
Adding upstream version 1.13.upstream/1.13
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'fast_encoder.h')
-rw-r--r--fast_encoder.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fast_encoder.h b/fast_encoder.h
index ce5bae5..05c3ca8 100644
--- a/fast_encoder.h
+++ b/fast_encoder.h
@@ -35,8 +35,8 @@ public:
{}
void reset() { Matchfinder_base::reset(); key4 = 0; }
- int longest_match_len( int * const distance ) throw();
- void longest_match_len() throw();
+ int longest_match_len( int * const distance );
+ void longest_match_len();
};