diff options
Diffstat (limited to 'misc/sys')
-rw-r--r-- | misc/sys/cdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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]. */ |