]> Savannah Git Hosting - gnulib.git/commitdiff
stdbit: fix typo in MS-Windows port
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 May 2024 16:44:01 +0000 (09:44 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 13 May 2024 16:44:01 +0000 (09:44 -0700)
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.

ChangeLog
lib/stdbit.in.h

index 0f9be38ca8d78bfb2e46ca8da409dc7ad0c18d5b..97d3ab8813638f8c8dd37167ba890871071449a5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+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.
index 36349af1fd58330affdd3b8484a7cf4d56ca4ee3..15533dbbda5e036526580cbeeb4e06a87acf6a53 100644 (file)
@@ -272,7 +272,7 @@ __popcnt64 (unsigned long long int n)
 #  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)