Remove hints from Windows imports

This commit is contained in:
Justine Tunney 2023-07-27 14:09:07 -07:00
parent 7e0a09feec
commit 83341a4269
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2449 changed files with 7093 additions and 7048 deletions

View file

@ -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;\