July 30, 2016
  Branch: refs/heads/master
  Home:   https://github.com/dlang/druntime
  Commit: 0cf5837eda3baa1d6f9373879a0b383478ecc5ff
      https://github.com/dlang/druntime/commit/0cf5837eda3baa1d6f9373879a0b383478ecc5ff
  Author: Kai Nacke <kai@redstar.de>
  Date:   2016-07-30 (Sat, 30 Jul 2016)

  Changed paths:
    M src/core/stdc/stdint.d

  Log Message:
  -----------
  Enable uint128_t/int128_t if ucent/cent type is implemented.

This is a better approach than just commenting out the lines.


  Commit: c892e1a8bbc6ddcd90569953fa5bc0317df624d3
      https://github.com/dlang/druntime/commit/c892e1a8bbc6ddcd90569953fa5bc0317df624d3
  Author: Walter Bright <WalterBright@users.noreply.github.com>
  Date:   2016-07-30 (Sat, 30 Jul 2016)

  Changed paths:
    M src/core/stdc/stdint.d

  Log Message:
  -----------
  Merge pull request #1618 from redstar/cent

Enable uint128_t/int128_t if ucent/cent type is implemented.


Compare: https://github.com/dlang/druntime/compare/51913a6ef4d0...c892e1a8bbc6