summaryrefslogtreecommitdiff
path: root/gcc/c-parse.gperf
diff options
context:
space:
mode:
authorRichard Stallman <rms@gnu.org>1993-03-25 18:02:30 +0000
committerRichard Stallman <rms@gnu.org>1993-03-25 18:02:30 +0000
commit45b208e9a41903eb6e4ce8e016cf139fb75ff142 (patch)
tree7449ce16d42c1aed42821e1edf3d3615d91f7b16 /gcc/c-parse.gperf
parent581ed239ec59772de75575e70f64cf2a8e0278a1 (diff)
downloadgcc-45b208e9a41903eb6e4ce8e016cf139fb75ff142.tar.gz
Change __cimag__ to __imag__, __creal__ to __real__,
to void rejection by gperf. From-SVN: r3877
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 edc239840e0..72454f11972 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