diff options
Diffstat (limited to 'gcc/objc/objc-encoding.c')
-rw-r--r-- | gcc/objc/objc-encoding.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/objc/objc-encoding.c b/gcc/objc/objc-encoding.c index 41ac6a4..95e9c8b 100644 --- a/gcc/objc/objc-encoding.c +++ b/gcc/objc/objc-encoding.c @@ -553,7 +553,7 @@ encode_aggregate_within (tree type, int curtype, int format, int left, args as a composite struct tag name. */ if (name && TREE_CODE (name) == IDENTIFIER_NODE /* Did this struct have a tag? */ - && !TYPE_WAS_ANONYMOUS (type)) + && !TYPE_WAS_UNNAMED (type)) obstack_grow (&util_obstack, decl_as_string (type, TFF_DECL_SPECIFIERS | TFF_UNQUALIFIED_NAME), strlen (decl_as_string (type, TFF_DECL_SPECIFIERS | TFF_UNQUALIFIED_NAME))); |