X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fmatch.c;fp=lib%2Fmatch.c;h=7f344ed8606371d92579b5b290a3d100c2fb9e2b;hb=c7e61475680fa226bd9b8bdd469cd66914e630f5;hp=66cb1ca124b1447ae8014060bdfa92e620673f5a;hpb=800deb09b422a73c1212233a93839a223ff59678;p=debian%2Fgzip diff --git a/lib/match.c b/lib/match.c index 66cb1ca..7f344ed 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 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 '_'.