[pkg-d-commits] [ldc] 02/95: Add missing field in C++ global.params struct

Matthias Klumpp mak at moszumanska.debian.org
Thu Jul 13 20:53:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to annotated tag v1.3.0-beta1
in repository ldc.

commit 06e88fe2191363d45891eb025c365555c73b257c
Author: Martin <noone at nowhere.com>
Date:   Sat Feb 18 18:36:08 2017 +0100

    Add missing field in C++ global.params struct
---
 ddmd/globals.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ddmd/globals.h b/ddmd/globals.h
index 4b0468c..f7b9d5e 100644
--- a/ddmd/globals.h
+++ b/ddmd/globals.h
@@ -179,6 +179,7 @@ struct Param
 
     const char *defaultlibname; // default library for non-debug builds
     const char *debuglibname;   // default library for debug builds
+    const char *mscrtlib;       // MS C runtime library
 
     const char *moduleDepsFile; // filename for deps output
     OutBuffer *moduleDeps;      // contents to be written to deps file

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/ldc.git



More information about the pkg-d-commits mailing list