X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fmatch.c;h=7b0d92cce19b783d0fa92d015622b1f2b3b997dc;hb=92249085071a973e2c0621b0415b93d2e48bb00d;hp=41fb03e4bd3dad28f48a6e7b02effeec0d053b38;hpb=2e7e88b2efec90c4ad9dc7a24d533b36a6223be2;p=debian%2Fgzip diff --git a/lib/match.c b/lib/match.c index 41fb03e..7b0d92c 100644 --- a/lib/match.c +++ b/lib/match.c @@ -1,6 +1,6 @@ /* match.s -- optional optimized asm version of longest match in deflate.c - Copyright (C) 2002, 2006, 2009-2016 Free Software Foundation, Inc. + Copyright (C) 2002, 2006, 2009-2018 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly This program is free software; you can redistribute it and/or modify @@ -231,7 +231,7 @@ maxmatch: # define predec(An) -(An) # define postinc(An) (An)+ -#else /* default style (Sun 3, NeXT, Amiga, Atari) */ +#else /* default style (Sun 3, NeXT, Atari) */ # define GLOBAL(symbol) .globl symbol # define TEXT .text