X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fglob.in.h;h=c8f174972207ee3afc1549b59516db849f80d380;hb=4a5ee89c8a8be7350a8fd8ca1bacb196a190e492;hp=e0d1f85728cf446badc34300abd564dcd95ebdb0;hpb=d60f3b0c6b0f93a601acd1cfd3923f94ca05abb0;p=gnulib.git diff --git a/lib/glob.in.h b/lib/glob.in.h index e0d1f8572..c8f174972 100644 --- a/lib/glob.in.h +++ b/lib/glob.in.h @@ -1,6 +1,6 @@ /* glob.h -- Find a path matching a pattern. - Copyright (C) 2005-2007, 2009-2011 Free Software Foundation, Inc. + Copyright (C) 2005-2007, 2009-2013 Free Software Foundation, Inc. Written by Derek Price & Paul Eggert @@ -15,8 +15,7 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software Foundation, - Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ + along with this program; if not, see . */ #ifndef _GL_GLOB_H #define _GL_GLOB_H @@ -44,6 +43,9 @@ #ifndef __THROW # define __THROW #endif +#ifndef __THROWNL +# define __THROWNL +#endif /* The definitions of _GL_FUNCDECL_RPL etc. are copied here. */