mirror of
https://github.com/gcc-mirror/gcc.git
synced 2026-05-06 14:59:39 +02:00
libstdc++: Fix accidentally committed change to spelling of macro
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.
This commit is contained in:
committed by
Jonathan Wakely
parent
52f9ba6f33
commit
b40bb34c3f
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user