X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fgetndelim2.c;h=d19e55c8f274a6f0ad64c638d589888a7566ba49;hb=refs%2Fheads%2Fmaster;hp=161ee8160724b91bb9adefb1a54da261b8242166;hpb=8d8eda4eab3d2801251daf4eb31756c3595e2fc6;p=gnulib.git diff --git a/lib/getndelim2.c b/lib/getndelim2.c index 161ee8160..d19e55c8f 100644 --- a/lib/getndelim2.c +++ b/lib/getndelim2.c @@ -1,8 +1,8 @@ /* getndelim2 - Read a line from a stream, stopping at one of 2 delimiters, with bounded memory allocation. - Copyright (C) 1993, 1996, 1997, 1998, 2000, 2003, 2004, 2006, 2008, 2009, - 2010 Free Software Foundation, Inc. + Copyright (C) 1993, 1996-1998, 2000, 2003-2004, 2006, 2008-2014 Free + Software Foundation, Inc. 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 @@ -51,7 +51,7 @@ # define SSIZE_MAX ((ssize_t) (SIZE_MAX / 2)) #endif -/* Use this to suppress gcc's `...may be used before initialized' warnings. */ +/* Use this to suppress gcc's "...may be used before initialized" warnings. */ #ifdef lint # define IF_LINT(Code) Code #else