diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2012-02-09 15:28:28 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2012-02-09 15:28:28 +0000 |
| commit | 07fc76947fc06d1a2544bcbeb2093bb44125d8da (patch) | |
| tree | 914fc12a3272dba3d51c57def9c817b8305b3ce6 /include | |
| parent | b143d66eb9cfee6b667fa4c87bdd0907a4d98d21 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/complex.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/complex.h b/include/complex.h index f37b003e0d504..937901c55945f 100644 --- a/include/complex.h +++ b/include/complex.h @@ -33,7 +33,7 @@ #if __STDC_VERSION__ < 199901 #define _Complex __complex__ #endif -#define _Complex_I 1.0fi +#define _Complex_I ((float _Complex)1.0i) #endif #define complex _Complex |
