From 8ab5926a261825b43c8ce82b4c64541448b73869 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 15 Dec 2000 14:16:56 +0000 Subject: Update. 2000-12-15 Ben Collins * misc/sys/cdefs.h: Fix thinko in checks for flexarr macros. Patch by Akim Demaille in Debian bug report. --- misc/sys/cdefs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/sys') diff --git a/misc/sys/cdefs.h b/misc/sys/cdefs.h index 3d6a20bb52..f44440b2b7 100644 --- a/misc/sys/cdefs.h +++ b/misc/sys/cdefs.h @@ -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]. */ -- cgit 1.4.1