mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-13 05:41:26 +01:00
Stop defining '_Complex' in a C99 environment, it is supposed to be a keyword.
This commit is contained in:
parent
0edc8c86ca
commit
4dfac64545
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=133725
@ -30,7 +30,9 @@
|
||||
#define _COMPLEX_H
|
||||
|
||||
#ifdef __GNUC__
|
||||
#if __STDC_VERSION__ < 199901
|
||||
#define _Complex __complex__
|
||||
#endif
|
||||
#define _Complex_I 1.0fi
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user