summaryrefslogtreecommitdiff
path: root/contrib/blast/blast.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/blast/blast.c')
-rw-r--r--contrib/blast/blast.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/contrib/blast/blast.c b/contrib/blast/blast.c
index 4ce697a..d45925a 100644
--- a/contrib/blast/blast.c
+++ b/contrib/blast/blast.c
@@ -1,7 +1,7 @@
1/* blast.c 1/* blast.c
2 * Copyright (C) 2003 Mark Adler 2 * Copyright (C) 2003, 2012 Mark Adler
3 * For conditions of distribution and use, see copyright notice in blast.h 3 * For conditions of distribution and use, see copyright notice in blast.h
4 * version 1.1, 16 Feb 2003 4 * version 1.2, 24 Oct 2012
5 * 5 *
6 * blast.c decompresses data compressed by the PKWare Compression Library. 6 * blast.c decompresses data compressed by the PKWare Compression Library.
7 * This function provides functionality similar to the explode() function of 7 * This function provides functionality similar to the explode() function of
@@ -22,6 +22,7 @@
22 * 22 *
23 * 1.0 12 Feb 2003 - First version 23 * 1.0 12 Feb 2003 - First version
24 * 1.1 16 Feb 2003 - Fixed distance check for > 4 GB uncompressed data 24 * 1.1 16 Feb 2003 - Fixed distance check for > 4 GB uncompressed data
25 * 1.2 24 Oct 2012 - Add note about using binary mode in stdio
25 */ 26 */
26 27
27#include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */ 28#include <setjmp.h> /* for setjmp(), longjmp(), and jmp_buf */