diff options
Diffstat (limited to 'gcc/c-decl.c')
-rw-r--r-- | gcc/c-decl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-decl.c b/gcc/c-decl.c index 619b9ae..654e184 100644 --- a/gcc/c-decl.c +++ b/gcc/c-decl.c @@ -4522,7 +4522,7 @@ grokdeclarator (declarator, declspecs, decl_context, initialized) Functions aren't allowed as array elements. */ if (pedantic && TREE_CODE (type) == FUNCTION_TYPE && (constp || volatilep)) - pedwarn ("ANSI C forbids const or volatile function types"); + pedwarn ("ISO C forbids const or volatile function types"); #endif /* Build the array type itself, then merge any constancy or |