OSDN Git Service

Change __cimag__ to __imag__, __creal__ to __real__,
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Mar 1993 18:02:30 +0000 (18:02 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 25 Mar 1993 18:02:30 +0000 (18:02 +0000)
to void rejection by gperf.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3877 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/c-parse.gperf

index edc2398..72454f1 100644 (file)
@@ -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