diff options
Diffstat (limited to 'support/xalloc.h')
-rw-r--r-- | support/xalloc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/support/xalloc.h b/support/xalloc.h index 89dbe2c1..f238bb79 100644 --- a/support/xalloc.h +++ b/support/xalloc.h @@ -1,8 +1,8 @@ /* xalloc.h -- malloc with out-of-memory checking Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2003, 2004, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, - Inc. + 2000, 2003, 2004, 2006, 2007, 2008, 2009, 2010, 2019 + Free Software Foundation, Inc. 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 @@ -30,7 +30,7 @@ extern "C" { # ifndef __attribute__ # if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 8) -# define __attribute__(x) +# define __attribute__(arg) # endif # endif |