X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=msdos%2Fmatch.asm;h=d3b31cd7413a972f7bc6da74091726a6d2b6e2fe;hb=1818209f5c4879522d69a09bedb0553543d6889e;hp=cee59c5962dc57852764a957979fc5ca7022827c;hpb=302189d124ed5849c2589ea92e912eb24fdc4ab3;p=debian%2Fgzip diff --git a/msdos/match.asm b/msdos/match.asm index cee59c5..d3b31cd 100644 --- a/msdos/match.asm +++ b/msdos/match.asm @@ -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