mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-25 20:10:29 +00:00
Remove hints from Windows imports
This commit is contained in:
parent
7e0a09feec
commit
83341a4269
2449 changed files with 7093 additions and 7048 deletions
2
third_party/dlmalloc/binmaps.inc
vendored
2
third_party/dlmalloc/binmaps.inc
vendored
|
@ -25,7 +25,7 @@
|
|||
|
||||
/* index corresponding to given bit. Use x86 asm if possible */
|
||||
|
||||
#if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
|
||||
#ifdef __GNUC__
|
||||
#define compute_bit2idx(X, I)\
|
||||
{\
|
||||
unsigned int J;\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue