aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
diff options
context:
space:
mode:
authorJohn Malmberg <wb8tyw@qsl.net>2019-01-09 08:29:41 -0600
committerJohn Malmberg <wb8tyw@qsl.net>2019-01-09 08:29:41 -0600
commit68e8a8a5bb52a3db4971204e2e23cab2eb29097b (patch)
tree4e62b6575697b524376380313bbe2efe49763676 /awk.h
parenta5dd80bb2b2ad33e0397b48d0ab2b220ed040f9e (diff)
downloadegawk-68e8a8a5bb52a3db4971204e2e23cab2eb29097b.tar.gz
egawk-68e8a8a5bb52a3db4971204e2e23cab2eb29097b.tar.bz2
egawk-68e8a8a5bb52a3db4971204e2e23cab2eb29097b.zip
Fixes for building on OpenVMS
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 e3f458b2..6c820400 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.
@@ -231,7 +231,7 @@ extern double gawk_strtod();
#endif
#if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7)
-# define __attribute__(x)
+# define __attribute__(arg)
#endif
#ifndef ATTRIBUTE_UNUSED