Remove evil constants from cosmopolitan.h

- `I` a.k.a. `_Complex_I` (fixes #705)
- `B0`, `B50`, etc. (fixes #403)
This commit is contained in:
Justine Tunney 2022-12-17 00:39:52 -08:00
parent 3da887c58f
commit 120079b0a6
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
8 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@
#include "libc/calls/ttydefaults.h"
#include "libc/calls/weirdtypes.h"
#include "libc/dce.h"
#include "libc/sysv/consts/baud.h"
#include "libc/sysv/consts/baud.internal.h"
#include "libc/sysv/consts/fio.h"
#include "libc/sysv/consts/modem.h"
#include "libc/sysv/consts/pty.h"