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 /awk.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 'awk.h')
-rw-r--r-- | awk.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. @@ -221,7 +221,7 @@ extern double gawk_strtod(); #endif #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 7) -# define __attribute__(x) +# define __attribute__(arg) #endif #ifndef ATTRIBUTE_UNUSED |