aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-core.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-core.h')
-rw-r--r--gcc/tree-core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-core.h b/gcc/tree-core.h
index 6e76d2b..bd19c99 100644
--- a/gcc/tree-core.h
+++ b/gcc/tree-core.h
@@ -2023,7 +2023,7 @@ struct GTY(()) tree_decl_non_common {
/* Classify a special function declaration type. */
-enum function_decl_type
+enum class function_decl_type : unsigned
{
NONE,
OPERATOR_NEW,