[dmd-internals] [D-Programming-Language/dmd] c2be00: Use isLP64 to determine whether the foreach key ty...
GitHub via dmd-internals
dmd-internals at puremagic.com
Thu May 14 05:33:44 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: c2be00d6c9c6671f28089c4cd88ba40c7bed2264
https://github.com/D-Programming-Language/dmd/commit/c2be00d6c9c6671f28089c4cd88ba40c7bed2264
Author: Iain Buclaw <ibuclaw at gdcproject.org>
Date: 2015-05-14 (Thu, 14 May 2015)
Changed paths:
M src/statement.c
Log Message:
-----------
Use isLP64 to determine whether the foreach key type should be int or long.
Commit: 4982d1341e24a1530f7892296a14691ecb11acda
https://github.com/D-Programming-Language/dmd/commit/4982d1341e24a1530f7892296a14691ecb11acda
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2015-05-14 (Thu, 14 May 2015)
Changed paths:
M src/statement.c
Log Message:
-----------
Merge pull request #4647 from ibuclaw/foreach_key
Use isLP64 to determine whether the foreach key type should be int or long
Compare: https://github.com/D-Programming-Language/dmd/compare/36ba62de5c1a...4982d1341e24
More information about the dmd-internals
mailing list