aboutsummaryrefslogtreecommitdiffstats
path: root/awk.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 /awk.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 'awk.h')
-rw-r--r--awk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/awk.h b/awk.h
index aa1fa91b..d6aaf6eb 100644
--- a/awk.h
+++ b/awk.h
@@ -3,7 +3,7 @@
*/
/*
- * Copyright (C) 1986, 1988, 1989, 1991-2018 the Free Software Foundation, Inc.
+ * Copyright (C) 1986, 1988, 1989, 1991-2019 the Free Software Foundation, Inc.
*
* This file is part of GAWK, the GNU implementation of the
* AWK Programming Language.
@@ -221,7 +221,7 @@ extern double gawk_strtod();
#endif
#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7)
-# define __attribute__(x)
+# define __attribute__(arg)
#endif
#ifndef ATTRIBUTE_UNUSED