| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
DWORD boundary and it becomes 0x80000000. Jle treats as -214783648, but Jbe treats as 214783648. Thanks to Jason Hood for explain me this.
|
| |
|
|
| |
handler function, when try to allocate INT_MAX. Patch provided by Jason Hood in private e-mail, when I ask to him for help. He say: Feel free to pass it on to the mailing list.
|
| |
|
|
| |
Signed-off-by: Sergei Trofimovich <st@anti-virus.by>
|
| |
|
|
| |
This is to make cross build of libtcc1.a easier.
|
| | |
|
| |
|
|
|
|
|
| |
(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.
|
| | |
|
| |
|