[dmd-internals] [D-Programming-Language/dmd] ba1970: Explicitly type result of CondExp as a const char ...
GitHub
noreply at github.com
Fri Jul 19 07:42:45 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: ba1970be0aeaeaae7f93d68dd4e018d8c9f21be7
https://github.com/D-Programming-Language/dmd/commit/ba1970be0aeaeaae7f93d68dd4e018d8c9f21be7
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-07-19 (Fri, 19 Jul 2013)
Changed paths:
M src/expression.c
Log Message:
-----------
Explicitly type result of CondExp as a const char * to avoid passing an array to a c varargs function
Commit: 3ea68ad0569a91024709a4f536f6c2078f249e7e
https://github.com/D-Programming-Language/dmd/commit/3ea68ad0569a91024709a4f536f6c2078f249e7e
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2013-07-19 (Fri, 19 Jul 2013)
Changed paths:
M src/expression.c
Log Message:
-----------
Merge pull request #2365 from yebblies/variadicstring
[DDMD] Explicitly type result of CondExp as a const char * to avoid passing an array to a c varargs function
Compare: https://github.com/D-Programming-Language/dmd/compare/fd8ab00a6b9d...3ea68ad0569a
More information about the dmd-internals
mailing list