mirror of
https://github.com/bminor/glibc.git
synced 2026-08-13 17:07:06 +00:00
* math/complex.h: Don't define _Complex macro for gcc 3. Add __extension__ to _Complex_I definition since gcc warns if -pedantic. * math/bits/cmathcalls.h (conj): Add __extension__ since we use ~.