aboutsummaryrefslogtreecommitdiff
path: root/gcc/gengtype.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gengtype.h')
-rw-r--r--gcc/gengtype.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/gengtype.h b/gcc/gengtype.h
index 2122373edf2..13942900910 100644
--- a/gcc/gengtype.h
+++ b/gcc/gengtype.h
@@ -478,7 +478,6 @@ enum gty_token
PTR_ALIAS,
NESTED_PTR,
USER_GTY,
- UNUSED_PARAM_IS,
NUM,
SCALAR,
ID,
@@ -489,7 +488,7 @@ enum gty_token
/* print_token assumes that any token >= FIRST_TOKEN_WITH_VALUE may have
a meaningful value to be printed. */
- FIRST_TOKEN_WITH_VALUE = UNUSED_PARAM_IS
+ FIRST_TOKEN_WITH_VALUE = NUM
};