diff options
Diffstat (limited to 'gcc/c-format.h')
-rw-r--r-- | gcc/c-format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-format.h b/gcc/c-format.h index 6f74354c555..2b5b50dd738 100644 --- a/gcc/c-format.h +++ b/gcc/c-format.h @@ -117,7 +117,7 @@ typedef struct /* Macros to fill out tables of these. */ #define NOARGUMENTS { T89_V, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN } -#define BADLEN { 0, NULL, NULL } +#define BADLEN { STD_C89, NULL, NULL } #define NOLENGTHS { BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN, BADLEN } |