diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 09:32:03 +0000 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2015-11-07 09:32:03 +0000 |
commit | 415e3e6d437f5cadbf4d7c3727e0bb1d0106b437 (patch) | |
tree | afb6be0c266301843a8ff7e0ac10c452394de3c0 /fast_encoder.h | |
parent | Adding upstream version 1.13~rc2. (diff) | |
download | lzip-415e3e6d437f5cadbf4d7c3727e0bb1d0106b437.tar.xz lzip-415e3e6d437f5cadbf4d7c3727e0bb1d0106b437.zip |
Adding upstream version 1.13.upstream/1.13
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'fast_encoder.h')
-rw-r--r-- | fast_encoder.h | 4 |
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(); }; |