From 9deb8e8891e36968deeb93bd666670f7950d1095 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 13 May 2024 09:44:01 -0700 Subject: [PATCH] stdbit: fix typo in MS-Windows port MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Problem reported by Mattias Engdegård . * lib/stdbit.in.h (__gl_stdbit_popcount_support) [_MSC_VER]: Fix misspelling in decl. --- ChangeLog | 7 +++++++ lib/stdbit.in.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0f9be38ca8..97d3ab8813 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2024-05-13 Paul Eggert + + stdbit: fix typo in MS-Windows port + Problem reported by Mattias Engdegård . + * lib/stdbit.in.h (__gl_stdbit_popcount_support) [_MSC_VER]: + Fix misspelling in decl. + 2024-05-13 Bruno Haible doc: Document function-like macros. diff --git a/lib/stdbit.in.h b/lib/stdbit.in.h index 36349af1fd..15533dbbda 100644 --- a/lib/stdbit.in.h +++ b/lib/stdbit.in.h @@ -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) -- 2.39.5