[commit: ghc] wip/erikd/remove-nat: rts: Replace `nat` with `uint32_t` (a5c7d2d)
git at git.haskell.org
git at git.haskell.org
Thu May 5 05:19:20 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/erikd/remove-nat
Link : http://ghc.haskell.org/trac/ghc/changeset/a5c7d2db6d53a7b83177f5e04cca712cd24c7bd6/ghc
>---------------------------------------------------------------
commit a5c7d2db6d53a7b83177f5e04cca712cd24c7bd6
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date: Mon May 2 06:37:14 2016 +1000
rts: Replace `nat` with `uint32_t`
Summary:
The `nat` type was an alias for `unsigned int` with a comment saying
it was at least 32 bits. We keep the typedef in case client code is
using it but mark it as deprecated.
Test Plan: Validated on Linux, OS X and Windows
Reviewers: simonmar, austin, thomie, hvr, bgamari, hsyl20
Differential Revision: https://phabricator.haskell.org/D2166
>---------------------------------------------------------------
a5c7d2db6d53a7b83177f5e04cca712cd24c7bd6
rts/RaiseAsync.c | 0
1 file changed, 0 insertions(+), 0 deletions(-)
More information about the ghc-commits
mailing list