diff options
Diffstat (limited to 'misc/sys/cdefs.h')
-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 3d6a20b..f44440b 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]. */ |