X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Feealloc.h;h=02cd7925e1817b87a677c17d25a85a3b1550f821;hb=969fe755730d23ba7ff21ae7511f66067d0a94d8;hp=72476daa6c6277228295632bea4f959beeb8dbe7;hpb=ab925242c495050cda536f918ff4d5118798505a;p=gnulib.git diff --git a/lib/eealloc.h b/lib/eealloc.h index 72476daa6..02cd7925e 100644 --- a/lib/eealloc.h +++ b/lib/eealloc.h @@ -1,12 +1,12 @@ /* Memory allocation with expensive empty allocations. - Copyright (C) 2003 Free Software Foundation, Inc. + Copyright (C) 2003, 2008, 2009, 2010 Free Software Foundation, Inc. Written by Bruno Haible , 2003, based on prior work by Jim Meyering. - This program is free software; you can redistribute it and/or modify + 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 - the Free Software Foundation; either version 2, or (at your option) - any later version. + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,8 +14,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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + along with this program. If not, see . */ #ifndef _EEALLOC_H #define _EEALLOC_H @@ -35,6 +34,9 @@ #if MALLOC_0_IS_NONNULL # define eemalloc malloc #else +# if __GNUC__ >= 3 +static inline void *eemalloc (size_t n) __attribute__ ((__malloc__)); +# endif static inline void * eemalloc (size_t n) {