[D-runtime] [D-Programming-Language/druntime] be74ec: Add missing alias for c_long_double on Solaris.
GitHub via D-runtime
d-runtime at puremagic.com
Fri Nov 21 12:13:40 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/druntime
Commit: be74ec8d93ecf5164b6d116351a09d4eee4a0509
https://github.com/D-Programming-Language/druntime/commit/be74ec8d93ecf5164b6d116351a09d4eee4a0509
Author: kai <kai at redstar.de>
Date: 2014-11-21 (Fri, 21 Nov 2014)
Changed paths:
M src/core/stdc/config.d
Log Message:
-----------
Add missing alias for c_long_double on Solaris.
cc (sunpro) and gcc on Solaris use 80bit reals for the C `long double` data type.
Commit: b1433782502f6d64bdfcf12bcfa94f6f6b771c5c
https://github.com/D-Programming-Language/druntime/commit/b1433782502f6d64bdfcf12bcfa94f6f6b771c5c
Author: Walter Bright <walter at walterbright.com>
Date: 2014-11-21 (Fri, 21 Nov 2014)
Changed paths:
M src/core/stdc/config.d
Log Message:
-----------
Merge pull request #1033 from redstar/solaris
Add missing alias for c_long_double on Solaris.
Compare: https://github.com/D-Programming-Language/druntime/compare/4ae1da492bbd...b1433782502f
More information about the D-runtime
mailing list