diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-11 15:09:49 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2019-01-11 15:09:49 +0200 |
commit | feebb01f31e29740b050da1531416c90a12352ca (patch) | |
tree | b693ec44973e3a6566213b9e01ddb83db619c732 /support/cdefs.h | |
parent | 56f4a4139ad7e81064e25887f959a4a6e5e54a58 (diff) | |
parent | 3d0561d7546022605687802d19c5effcf89d7172 (diff) | |
download | egawk-feebb01f31e29740b050da1531416c90a12352ca.tar.gz egawk-feebb01f31e29740b050da1531416c90a12352ca.tar.bz2 egawk-feebb01f31e29740b050da1531416c90a12352ca.zip |
Merge branch 'gawk-4.2-stable'
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 |