aboutsummaryrefslogtreecommitdiffstats
path: root/support/cdefs.h
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2019-05-22 20:05:05 +0300
committerArnold D. Robbins <arnold@skeeve.com>2019-05-22 20:05:05 +0300
commit990649951e7fa34ae589a19ac686ffcc655d584b (patch)
tree70f8725186e548415c536ae8193fd55bb52968d9 /support/cdefs.h
parent63dafc1ea7696ea3383f970fc7eabc5f939b56ae (diff)
downloadegawk-990649951e7fa34ae589a19ac686ffcc655d584b.tar.gz
egawk-990649951e7fa34ae589a19ac686ffcc655d584b.tar.bz2
egawk-990649951e7fa34ae589a19ac686ffcc655d584b.zip
Sync support files with GNULIB.
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