From: Paul Eggert Date: Mon, 13 May 2024 16:44:01 +0000 (-0700) Subject: stdbit: fix typo in MS-Windows port X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=9deb8e8891e36968deeb93bd666670f7950d1095;p=gnulib.git 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. --- 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)