aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-parse.gperf
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-parse.gperf')
-rw-r--r--gcc/c-parse.gperf8
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/c-parse.gperf b/gcc/c-parse.gperf
index edc2398..72454f1 100644
--- a/gcc/c-parse.gperf
+++ b/gcc/c-parse.gperf
@@ -9,20 +9,20 @@ __asm, ASM_KEYWORD, NORID
__asm__, ASM_KEYWORD, NORID
__attribute, ATTRIBUTE, NORID
__attribute__, ATTRIBUTE, NORID
-__cimag, IMAGPART, NORID
-__cimag__, IMAGPART, NORID
__complex, TYPESPEC, RID_COMPLEX
__complex__, TYPESPEC, RID_COMPLEX
__const, TYPE_QUAL, RID_CONST
__const__, TYPE_QUAL, RID_CONST
-__creal, REALPART, NORID
-__creal__, REALPART, NORID
__extension__, EXTENSION, NORID
+__imag, IMAGPART, NORID
+__imag__, IMAGPART, NORID
__inline, SCSPEC, RID_INLINE
__inline__, SCSPEC, RID_INLINE
__iterator, SCSPEC, RID_ITERATOR
__iterator__, SCSPEC, RID_ITERATOR
__label__, LABEL, NORID
+__real, REALPART, NORID
+__real__, REALPART, NORID
__signed, TYPESPEC, RID_SIGNED
__signed__, TYPESPEC, RID_SIGNED
__typeof, TYPEOF, NORID