X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Fglob_.h;h=5d7ab718e7091b394d5fc64a1ba36794142c17ba;hb=4f1ef93bb87111c89562d136d07e0278c12dca5b;hp=91b7a45082671347fe13fbb0cedf257648cccd4a;hpb=efc5123c9d851509aea5dd30f47c91e7e5a5c8dd;p=pspp diff --git a/lib/glob_.h b/lib/glob_.h index 91b7a45082..5d7ab718e7 100644 --- a/lib/glob_.h +++ b/lib/glob_.h @@ -1,6 +1,6 @@ /* glob_.h -- Find a path matching a pattern. - Copyright (C) 2005, 2006 Free Software Foundation, Inc. + Copyright (C) 2005-2007 Free Software Foundation, Inc. Written by Derek Price & Paul Eggert @@ -38,9 +38,6 @@ #ifndef __size_t # define __size_t size_t #endif -#ifndef __restrict -# define __restrict restrict -#endif #ifndef __USE_GNU # define __USE_GNU 1 #endif