LibC: complex.h undefs I before defining it

This commit is contained in:
Bananymous 2023-06-02 17:13:09 +03:00
parent 6abcb0de9b
commit 7296846a81
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