aboutsummaryrefslogtreecommitdiff
path: root/gcc/typeclass.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/typeclass.h')
-rw-r--r--gcc/typeclass.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/typeclass.h b/gcc/typeclass.h
index 067a135..5f36214 100644
--- a/gcc/typeclass.h
+++ b/gcc/typeclass.h
@@ -39,7 +39,7 @@ enum type_class
real_type_class, complex_type_class,
function_type_class, method_type_class,
record_type_class, union_type_class,
- array_type_class, string_type_class, set_type_class, file_type_class,
+ array_type_class, string_type_class, file_type_class,
lang_type_class
};