X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fglob.c;h=03b55df28da1356b72fd97407f87c83b09b5933a;hb=692a15c587c6d741cba6423319efcc957c45c9cb;hp=f46159bd6543bdd5ec5dec00eacb02ba7e26f706;hpb=441aa3044f43e5572f58c354f01e6bc070acd5c7;p=gnulib.git diff --git a/lib/glob.c b/lib/glob.c index f46159bd6..03b55df28 100644 --- a/lib/glob.c +++ b/lib/glob.c @@ -1,5 +1,4 @@ -/* Copyright (C) 1991-2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. +/* Copyright (C) 1991-2010 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 @@ -19,6 +18,10 @@ # include #endif +/* Don't use __attribute__ __nonnull__ in this compilation unit. Otherwise gcc + optimizes away the pattern == NULL || pglob == NULL tests below. */ +#define _GL_ARG_NONNULL(params) + #include #include