diff options
Diffstat (limited to 'gcc/cpplex.c')
-rw-r--r-- | gcc/cpplex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplex.c b/gcc/cpplex.c index 00e2ecb..58262ee 100644 --- a/gcc/cpplex.c +++ b/gcc/cpplex.c @@ -2069,7 +2069,7 @@ is_macro_disabled (pfile, expansion, token) if (next->type != CPP_OPEN_PAREN) { _cpp_push_token (pfile, next); - if (CPP_OPTION (pfile, warn_traditional)) + if (CPP_TRADITIONAL (pfile)) cpp_warning (pfile, "function macro %.*s must be used with arguments in traditional C", (int) token->val.node->length, token->val.node->name); |