X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=lib%2Fmatch.c;h=1de3697f533b941cccbb67ee01d968df88ff4dcc;hb=de0d98027cdc141341d2131293662ceea03f97fd;hp=66cb1ca124b1447ae8014060bdfa92e620673f5a;hpb=0d5a754ba8f2cc33e98d48d559f0ad6cd18a43a3;p=debian%2Fgzip diff --git a/lib/match.c b/lib/match.c index 66cb1ca..1de3697 100644 --- a/lib/match.c +++ b/lib/match.c @@ -1,11 +1,11 @@ /* match.s -- optional optimized asm version of longest match in deflate.c - Copyright (C) 2002, 2006 Free Software Foundation, Inc. + Copyright (C) 2002, 2006, 2009-2010 Free Software Foundation, Inc. Copyright (C) 1992-1993 Jean-loup Gailly This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2, or (at your option) + the Free Software Foundation; either version 3, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -28,7 +28,7 @@ * David Mosberger-Tang . */ -/* $Id: match.c,v 1.1 2006/11/20 08:40:34 eggert Exp $ */ +#include /* Preprocess with -DNO_UNDERLINE if your C compiler does not prefix * external symbols with an underline character '_'.