mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 12:30:06 +00:00
Update.
2000-12-15 Ben Collins <bcollins@debian.org> * misc/sys/cdefs.h: Fix thinko in checks for flexarr macros. Patch by Akim Demaille <akim@epita.fr> in Debian bug report.
This commit is contained in:
parent
940f075460
commit
8ab5926a26
@ -1,3 +1,8 @@
|
||||
2000-12-15 Ben Collins <bcollins@debian.org>
|
||||
|
||||
* misc/sys/cdefs.h: Fix thinko in checks for flexarr macros.
|
||||
Patch by Akim Demaille <akim@epita.fr> in Debian bug report.
|
||||
|
||||
2000-12-14 H.J. Lu <hjl@gnu.org>
|
||||
|
||||
* sysdeps/ieee754/flt-32/s_sincosf.c (__sincosf): The exponent
|
||||
|
@ -101,7 +101,7 @@
|
||||
# ifdef __GNUC__
|
||||
# define __flexarr [0]
|
||||
# else
|
||||
# ifdef __STDC_VERSION__ && __STDC_VERSION__ >= 199901L
|
||||
# if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L
|
||||
# define __flexarr []
|
||||
# else
|
||||
/* Some other non-C99 compiler. Approximate with [1]. */
|
||||
|
Loading…
Reference in New Issue
Block a user