aboutsummaryrefslogtreecommitdiffstats
path: root/support/cdefs.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-05-22 20:59:47 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-05-22 20:59:47 +0300
commit9a4ad64b02119e0048f6f09b244a4372dbb998b5 (patch)
tree9b0b073f5f522c560fbb4538a8d8d891f74ca903 /support/cdefs.h
parentd53cdebbadffcfdde43dfeb3ddb4a61975fc608c (diff)
parent875f2de7fd309eed6096e2f51415aa3ea3666f27 (diff)
downloadegawk-9a4ad64b02119e0048f6f09b244a4372dbb998b5.tar.gz
egawk-9a4ad64b02119e0048f6f09b244a4372dbb998b5.tar.bz2
egawk-9a4ad64b02119e0048f6f09b244a4372dbb998b5.zip
Merge branch 'gawk-5.0-stable'
Diffstat (limited to 'support/cdefs.h')
-rw-r--r--support/cdefs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/cdefs.h b/support/cdefs.h
index 20ee75db..4f921754 100644
--- a/support/cdefs.h
+++ b/support/cdefs.h
@@ -198,7 +198,7 @@
`__attribute__' syntax. All of the ways we use this do fine if
they are omitted for compilers that don't understand it. */
#if !defined __GNUC__ || __GNUC__ < 2
-# define __attribute__(arg) /* Ignore */
+# define __attribute__(xyz) /* Ignore */
#endif
/* At some point during the gcc 2.96 development the `malloc' attribute