mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-07 03:38:31 +00:00
Make ANSI mode closer to being ANSI
This commit is contained in:
parent
28135b7a20
commit
46085797b6
23 changed files with 352 additions and 92 deletions
|
@ -34,6 +34,13 @@
|
|||
#define __x86__ 1
|
||||
#endif
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define __STRICT_ANSI__
|
||||
#ifndef __STDC__
|
||||
#define __STDC__
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef __has_attribute
|
||||
#define __has_attribute(x) 0
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue