Commit f8963631 by Richard Stallman

Add __cimag, __cimag__, __creal, __creal__.

From-SVN: r3821
parent 466e9220
......@@ -9,10 +9,14 @@ __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
__inline, SCSPEC, RID_INLINE
__inline__, SCSPEC, RID_INLINE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment