LibC: complex.h undefs I before defining it
This commit is contained in:
parent
d821012eed
commit
4bf11ec349
|
@ -7,6 +7,8 @@
|
|||
|
||||
#define complex _Complex
|
||||
#define _Complex_I (__extension__ 1.0iF)
|
||||
|
||||
#undef I
|
||||
#define I _Complex_I
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
|
Loading…
Reference in New Issue