Skip to content
Snippets Groups Projects
Commit db9de7eb authored by Erik de Castro Lopo's avatar Erik de Castro Lopo
Browse files

rts: Replace `nat` with `uint32_t`

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
parent ad4392c1
No related branches found
No related tags found
No related merge requests found
Showing
with 114 additions and 111 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment