Skip to content

Commit dcdecff

Browse files
committed
Disable unsupported nasm stdbit detection
1 parent 1276ecd commit dcdecff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

third_party/nasm/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
#define HAVE_STDARG_H 1
448448

449449
/* Define to 1 if you have the <stdbit.h> header file. */
450-
#define HAVE_STDBIT_H 1
450+
/* #undef HAVE_STDBIT_H */
451451

452452
/* Define to 1 if stdbool.h conforms to C99. */
453453
#define HAVE_STDBOOL_H 1
@@ -456,7 +456,7 @@
456456
#define HAVE_STDC_INLINE 1
457457

458458
/* "Define to 1 if you have the `stdc_leading_zeros' intrinsic function." */
459-
#define HAVE_STDC_LEADING_ZEROS 1
459+
/* #undef HAVE_STDC_LEADING_ZEROS */
460460

461461
/* Define to 1 if you have the <stdint.h> header file. */
462462
#define HAVE_STDINT_H 1

0 commit comments

Comments
 (0)