diff options
author | John Malmberg <wb8tyw@qsl.net> | 2019-01-09 08:29:41 -0600 |
---|---|---|
committer | John Malmberg <wb8tyw@qsl.net> | 2019-01-09 08:29:41 -0600 |
commit | 68e8a8a5bb52a3db4971204e2e23cab2eb29097b (patch) | |
tree | 4e62b6575697b524376380313bbe2efe49763676 /support/cdefs.h | |
parent | a5dd80bb2b2ad33e0397b48d0ab2b220ed040f9e (diff) | |
download | egawk-68e8a8a5bb52a3db4971204e2e23cab2eb29097b.tar.gz egawk-68e8a8a5bb52a3db4971204e2e23cab2eb29097b.tar.bz2 egawk-68e8a8a5bb52a3db4971204e2e23cab2eb29097b.zip |
Fixes for building on OpenVMS
Diffstat (limited to 'support/cdefs.h')
-rw-r--r-- | support/cdefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/support/cdefs.h b/support/cdefs.h index 26e2f3fe..b616e195 100644 --- a/support/cdefs.h +++ b/support/cdefs.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1992-2018 Free Software Foundation, Inc. +/* Copyright (C) 1992-2019 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -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__(xyz) /* Ignore */ +# define __attribute__(arg) /* Ignore */ #endif /* At some point during the gcc 2.96 development the `malloc' attribute |