mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 00:08:30 +00:00
Remove evil constants from cosmopolitan.h
- `I` a.k.a. `_Complex_I` (fixes #705) - `B0`, `B50`, etc. (fixes #403)
This commit is contained in:
parent
3da887c58f
commit
120079b0a6
8 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
#ifndef LIBC_ISYSTEM_TGMATH_H_
|
||||
#define LIBC_ISYSTEM_TGMATH_H_
|
||||
#include "libc/complex.h"
|
||||
#include "libc/imag.h"
|
||||
#include "libc/imag.internal.h"
|
||||
#include "libc/math.h"
|
||||
#if !(__ASSEMBLER__ + __LINKER__ + 0)
|
||||
#if __STDC_VERSION__ + 0 >= 201112
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue