Imported Upstream version 1.3.5
[debian/gzip] / match.c
diff --git a/match.c b/match.c
index 4a3d681c3d2bcc95283745369a54d06ed93f88a5..d901bed2f6015474aaee529f3e4fde77d1223f45 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