aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/sig.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/sig.c')
-rw-r--r--gcc/cp/sig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/sig.c b/gcc/cp/sig.c
index 00ba770..fdc1ea2 100644
--- a/gcc/cp/sig.c
+++ b/gcc/cp/sig.c
@@ -209,7 +209,7 @@ build_signature_pointer_or_reference_type (to_type, type_quals, refp)
TYPE_ALIGN (optr_type));
/* A signature pointer/reference type isn't a `real' class type. */
- IS_AGGR_TYPE (t) = 0;
+ SET_IS_AGGR_TYPE (t, 0);
}
{