forked from Bananymous/banan-os
LibC: complex.h undefs I before defining it
This commit is contained in:
@@ -7,6 +7,8 @@
|
|||||||
|
|
||||||
#define complex _Complex
|
#define complex _Complex
|
||||||
#define _Complex_I (__extension__ 1.0iF)
|
#define _Complex_I (__extension__ 1.0iF)
|
||||||
|
|
||||||
|
#undef I
|
||||||
#define I _Complex_I
|
#define I _Complex_I
|
||||||
|
|
||||||
__BEGIN_DECLS
|
__BEGIN_DECLS
|
||||||
|
|||||||
Reference in New Issue
Block a user