X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstrtod.c;h=371476ee4d2b5e99a33291866dc29e1d77159166;hb=fe36c7a0984ab97b84f3909cd1d2be5e91706515;hp=853ca1cb20c9b9c50326ee3e266bf52dcc5d8d1a;hpb=441aa3044f43e5572f58c354f01e6bc070acd5c7;p=gnulib.git diff --git a/lib/strtod.c b/lib/strtod.c index 853ca1cb2..371476ee4 100644 --- a/lib/strtod.c +++ b/lib/strtod.c @@ -1,5 +1,5 @@ -/* Copyright (C) 1991, 1992, 1997, 1999, 2003, 2006, 2008 Free - Software Foundation, Inc. +/* Copyright (C) 1991-1992, 1997, 1999, 2003, 2006, 2008-2010 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 @@ -16,6 +16,10 @@ #include +/* Don't use __attribute__ __nonnull__ in this compilation unit. Otherwise gcc + optimizes away the nptr == NULL test below. */ +#define _GL_ARG_NONNULL(params) + #include #include