From: Paul Eggert Date: Mon, 30 Sep 2002 07:21:35 +0000 (+0000) Subject: gzip 1.3.5 X-Git-Tag: v1.3.12~69 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=250cbbdd5824ebc0be5f9cbd9e93948527b4f29e;p=debian%2Fgzip gzip 1.3.5 --- diff --git a/match.c b/match.c index 9df5918..6a021c4 100644 --- a/match.c +++ b/match.c @@ -1,4 +1,5 @@ /* match.s -- optional optimized asm version of longest match in deflate.c + * Copyright (C) 2002 Free Software Foundation, Inc. * Copyright (C) 1992-1993 Jean-loup Gailly * This is free software; you can redistribute it and/or modify it under the * terms of the GNU General Public License, see the file COPYING. @@ -32,7 +33,7 @@ error: DYN_ALLOC not yet supported in match.s #endif -#if defined(i386) || defined(_I386) +#if defined(i386) || defined(_I386) || defined(__i386) || defined(__i386__) /* This version is for 386 Unix or OS/2 in 32 bit mode. * Warning: it uses the AT&T syntax: mov source,dest