diff options
author | unknown <serg@serg.mylan> | 2005-03-23 21:08:13 +0100 |
---|---|---|
committer | unknown <serg@serg.mylan> | 2005-03-23 21:08:13 +0100 |
commit | d4285cae162fed7e170507f10eff9cec3b240a6d (patch) | |
tree | 9defb6fc4bb5a6c4a12f100e1c2644a098e81253 /zlib/inffast.c | |
parent | 58aeecb078023ea64c40d8fe2af74a756b759ea2 (diff) | |
download | mariadb-git-d4285cae162fed7e170507f10eff9cec3b240a6d.tar.gz |
upgrade zlib to 1.2.2
acinclude.m4:
clarify help text
Diffstat (limited to 'zlib/inffast.c')
-rw-r--r-- | zlib/inffast.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zlib/inffast.c b/zlib/inffast.c index c716440a92a..8c02a178d04 100644 --- a/zlib/inffast.c +++ b/zlib/inffast.c @@ -1,5 +1,5 @@ /* inffast.c -- fast decoding - * Copyright (C) 1995-2003 Mark Adler + * Copyright (C) 1995-2004 Mark Adler * For conditions of distribution and use, see copyright notice in zlib.h */ @@ -19,7 +19,7 @@ - none No measurable difference: - Pentium III (Anderson) - - 68060 (Nikl) + - M68060 (Nikl) */ #ifdef POSTINC # define OFF 0 |