Changeset 3836 for trunk/libc/include/sys/cdefs.h
- Timestamp:
- Mar 16, 2014, 6:39:23 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libc/include/sys/cdefs.h
r3835 r3836 174 174 # define __KLIBC_COMPLEX_IMAG(a_uValue) ( (a_uValue).__m_Imag ) 175 175 #else 176 # define __KLIBC_COMPLEX_REAL(a_uValue) real(a_uValue)177 # define __KLIBC_COMPLEX_IMAG(a_uValue) imag(a_uValue)176 # define __KLIBC_COMPLEX_REAL(a_uValue) __real__ (a_uValue) 177 # define __KLIBC_COMPLEX_IMAG(a_uValue) __imag__ (a_uValue) 178 178 #endif 179 179
Note:
See TracChangeset
for help on using the changeset viewer.