Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Andreas Jaeger committed Dec 15, 2000
1 parent 940f075 commit 8ab5926
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion misc/sys/cdefs.h
Expand Up @@ -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]. */
Expand Down

0 comments on commit 8ab5926

Please sign in to comment.