]> git.gag.com Git - debian/gzip/commitdiff
gzip 1.3.5
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 30 Sep 2002 07:21:35 +0000 (07:21 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 30 Sep 2002 07:21:35 +0000 (07:21 +0000)
match.c

diff --git a/match.c b/match.c
index 9df5918216443ede521a9a252c982ad99539a5cd..6a021c46da00d92d8f73e2b77063c76566e70847 100644 (file)
--- 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