X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrtoll.c;h=bb424002c968649a4c7dc6bb8f6f988d34bd16cc;hb=5191b3546cfb6c163228c23f214e325ddf60d46f;hp=ccc99cb43c1971f4675d38572c9553a8db4eebc3;hpb=57fdfd3f8ec62b105c53bcdf6f127c35c7fe7391;p=gnulib.git diff --git a/lib/strtoll.c b/lib/strtoll.c index ccc99cb43..bb424002c 100644 --- a/lib/strtoll.c +++ b/lib/strtoll.c @@ -1,5 +1,6 @@ -/* Function to parse a `long long int' from text. - Copyright (C) 1995, 1996, 1997, 1999, 2001 Free Software Foundation, Inc. +/* Function to parse a 'long long int' from text. + Copyright (C) 1995-1997, 1999, 2001, 2009-2013 Free Software Foundation, + Inc. This file is part of the GNU C Library. This program is free software: you can redistribute it and/or modify @@ -15,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see . */ -#define QUAD 1 +#define QUAD 1 #include