LibC: complex.h undefs I before defining it

This commit is contained in:
Bananymous 2023-06-02 17:13:09 +03:00
parent d821012eed
commit 4bf11ec349
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
#define complex _Complex
#define _Complex_I (__extension__ 1.0iF)
#undef I
#define I _Complex_I
__BEGIN_DECLS