Problem reported by Mattias EngdegÄrd <https://bugs.gnu.org/70898#8>.
* lib/stdbit.in.h (__gl_stdbit_popcount_support) [_MSC_VER]:
Fix misspelling in decl.
+2024-05-13 Paul Eggert <eggert@cs.ucla.edu>
+
+ stdbit: fix typo in MS-Windows port
+ Problem reported by Mattias EngdegÄrd <https://bugs.gnu.org/70898#8>.
+ * lib/stdbit.in.h (__gl_stdbit_popcount_support) [_MSC_VER]:
+ Fix misspelling in decl.
+
2024-05-13 Bruno Haible <bruno@clisp.org>
doc: Document <stdbit.h> function-like macros.
# endif
/* 1 if supported, -1 if not, 0 if unknown. */
-extern signed char __gl_stdint_popcount_support;
+extern signed char __gl_stdbit_popcount_support;
_GL_STDBIT_INLINE bool
__gl_stdbit_popcount_supported (void)