public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [committed] libphobos: Fix misspelling of msvcUsesUCRT (PR104659)
@ 2022-03-01 14:29 Iain Buclaw
  0 siblings, 0 replies; only message in thread
From: Iain Buclaw @ 2022-03-01 14:29 UTC (permalink / raw)
  To: gcc-patches

Hi,

This patch fixes a compilation error on x86_64-w64-mingw32.

Committed to mainline, and backported to releases/gcc-11.

Regards
Iain

---
libphobos/ChangeLog:

	PR d/104659
	* libdruntime/config/mingw/msvc.c (init_msvc): Fix misspelling of
	msvcUsesUCRT.
---
 libphobos/libdruntime/config/mingw/msvc.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libphobos/libdruntime/config/mingw/msvc.c b/libphobos/libdruntime/config/mingw/msvc.c
index b00d90d7061..348b2237ed5 100644
--- a/libphobos/libdruntime/config/mingw/msvc.c
+++ b/libphobos/libdruntime/config/mingw/msvc.c
@@ -50,7 +50,7 @@ init_msvc (void)
   core_stdc_stderr = stderr;
 
 #if __MSVCRT_VERSION__ >= 0xE00
-  msvcUsedUCRT = 1;
+  msvcUsesUCRT = 1;
 #endif
 }
 
-- 
2.32.0


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-03-01 14:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-01 14:29 [committed] libphobos: Fix misspelling of msvcUsesUCRT (PR104659) Iain Buclaw

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).