X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fregex.h;h=2a17ff38ce3c0f7e6b672716aa8190f779a6d67b;hb=3b50d1963aa9a19cf75a6fe8950d8647d1232105;hp=89a8143d4e9e0fc05420bee3313358d7ca1804b7;hpb=29c7cb2d2822ec4e42955444a1fe8aac7800ea2f;p=gnulib.git diff --git a/lib/regex.h b/lib/regex.h index 89a8143d4..2a17ff38c 100644 --- a/lib/regex.h +++ b/lib/regex.h @@ -1,8 +1,7 @@ /* Definitions for data structures and routines for the regular expression library. - Copyright (C) 1985, 1989, 1990, 1991, 1992, 1993, 1995, 1996, 1997, 1998, - 2000, 2001, 2002, 2003, 2005, 2006, 2009, 2010 Free Software Foundation, - Inc. + Copyright (C) 1985, 1989-1993, 1995-1998, 2000-2003, 2005-2006, 2009-2011 + 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 @@ -645,7 +644,7 @@ extern int re_exec (const char *); #ifndef _Restrict_arr_ # if ((199901L <= __STDC_VERSION__ \ || ((3 < __GNUC__ || (3 == __GNUC__ && 1 <= __GNUC_MINOR__)) \ - && !__STRICT_ANSI__)) \ + && !defined __STRICT_ANSI__)) \ && !defined __GNUG__) # define _Restrict_arr_ _Restrict_ # else