| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
define uint64_t and int64_t as 'long' instead of 'long long'
when __LP64__ is define.
|
| | |
|
| | |
|
| |
|
|
|
| |
Some old glibcs <wctype.h> require <stddef.h> to provide
wint_t, accomodate them.
|
| |
|
|
|
|
|
|
|
| |
Not wise if stddef.h was already included. This is related to commit
3aa26a794e24a298493a2bc9d70fbd9aebf6437a
Instead hack stddef.h to have identical definition and thus
avoid the issue mentionned there.
|
| | |
|
| |
|
|
|
|
|
| |
(Because GNU's alloca.h unconditionally #undef's alloca)
Also, remove gcc specific sections in headers. and
instead change tests such that gcc does not use them.
|
| |
|