public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-7433] 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-cvs

https://gcc.gnu.org/g:16ced9c654e39e75b8de14802a173a2c7aff4e47

commit r12-7433-g16ced9c654e39e75b8de14802a173a2c7aff4e47
Author: Iain Buclaw <ibuclaw@gdcproject.org>
Date:   Tue Mar 1 11:26:41 2022 +0100

    libphobos: Fix misspelling of msvcUsesUCRT (PR104659)
    
    libphobos/ChangeLog:
    
            PR d/104659
            * libdruntime/config/mingw/msvc.c (init_msvc): Fix misspelling of
            msvcUsesUCRT.

Diff:
---
 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
 }


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

only message in thread, other threads:[~2022-03-01 14:29 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 [gcc r12-7433] 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).