From 250cbbdd5824ebc0be5f9cbd9e93948527b4f29e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 30 Sep 2002 07:21:35 +0000 Subject: [PATCH] gzip 1.3.5 --- match.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.2