aboutsummaryrefslogtreecommitdiffstats
path: root/support/xalloc.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-01-11 15:09:49 +0200
committerArnold D. Robbins <arnold@skeeve.com>2019-01-11 15:09:49 +0200
commitfeebb01f31e29740b050da1531416c90a12352ca (patch)
treeb693ec44973e3a6566213b9e01ddb83db619c732 /support/xalloc.h
parent56f4a4139ad7e81064e25887f959a4a6e5e54a58 (diff)
parent3d0561d7546022605687802d19c5effcf89d7172 (diff)
downloadegawk-feebb01f31e29740b050da1531416c90a12352ca.tar.gz
egawk-feebb01f31e29740b050da1531416c90a12352ca.tar.bz2
egawk-feebb01f31e29740b050da1531416c90a12352ca.zip
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'support/xalloc.h')
-rw-r--r--support/xalloc.h6
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