summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/c-lex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/c-lex.h b/gcc/c-lex.h
index 52157bccfee..d7357dc86b7 100644
--- a/gcc/c-lex.h
+++ b/gcc/c-lex.h
@@ -43,6 +43,7 @@ enum rid
RID_INLINE,
RID_NOALIAS,
RID_ITERATOR,
+ RID_COMPLEX,
RID_MAX
};