[commit: ghc] wip/erikd/remove-nat: rts: Replace `nat` with `uint32_t` (87cf280)

git at git.haskell.org git at git.haskell.org
Wed May 4 10:21:31 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/erikd/remove-nat
Link       : http://ghc.haskell.org/trac/ghc/changeset/87cf28053b6845025902ac057d22c6a0d88f7281/ghc

>---------------------------------------------------------------

commit 87cf28053b6845025902ac057d22c6a0d88f7281
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


>---------------------------------------------------------------

87cf28053b6845025902ac057d22c6a0d88f7281
 rts/RaiseAsync.c | 0
 1 file changed, 0 insertions(+), 0 deletions(-)




More information about the ghc-commits mailing list