]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
libstdc++: Fix accidentally committed change to spelling of macro
authorJonathan Wakely <jwakely@redhat.com>
Fri, 17 Apr 2026 20:53:16 +0000 (21:53 +0100)
committerJonathan Wakely <redi@gcc.gnu.org>
Mon, 20 Apr 2026 08:06:46 +0000 (09:06 +0100)
This change to the macro was done intentionally to quickly test that the
changes in r16-8720-g209550a04e143e did not break the code in the #else
branch, but it was not supposed to be committed!

libstdc++-v3/ChangeLog:

* include/bits/print.h: Fix spelling of macro.

libstdc++-v3/include/bits/print.h

index ab3ff99961263df6b831bbe11895791640a8b64d..17567f2f5547e8401eb4a84b10fdab59bcbc4747 100644 (file)
@@ -58,7 +58,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
 
 namespace __format
 {
-#if _GLIBCXX_USE_STDIO_LOCKING && _GLIBCXX_USE_GLBC_STDIO_EXT
+#if _GLIBCXX_USE_STDIO_LOCKING && _GLIBCXX_USE_GLIBC_STDIO_EXT
   // These are defined in <stdio_ext.h> but we don't want to include that.
   extern "C" int __fwritable(FILE*) noexcept;
   extern "C" int __flbf(FILE*) noexcept;