Imported Upstream version 1.3.14
[debian/gzip] / msdos / match.asm
index cee59c5962dc57852764a957979fc5ca7022827c..d3b31cd7413a972f7bc6da74091726a6d2b6e2fe 100644 (file)
@@ -18,8 +18,6 @@
 ; only if the arrays are guaranteed to have zero offset (allocated by
 ; halloc). We also require SS==DS. This is satisfied for MSC but not Turbo C.
 
-; $Id: match.asm,v 0.6 1993/01/21 18:49:05 jloup Exp $
-
         name    match
 
 ifndef DYN_ALLOC
@@ -233,7 +231,7 @@ endif
 maxmatch:                               ; come here if maximum match
         cmpsb                           ; increment si and di
         jmp     mismatch                ; force match_length = MAX_LENGTH
-        
+
 _longest_match  endp
 
 _TEXT   ends