Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor reordering of `#include`s fixing compilation on AIX | Herbert Valerio Riedel | 2017-04-23 | 1 | -3/+3 |
| | | | | | | | This helps ensure that system includes on some more fragile platforms (like e.g. AIX) see a more consistent set of CPP defines, and consequently reduce the risk of conflicting typdefs/prototypes being exposed. | ||||
* | rts: Move path utilities to separate source file | Ben Gamari | 2016-10-23 | 1 | -0/+68 |
Test Plan: Validate Reviewers: simonmar, austin, erikd Reviewed By: simonmar Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2614 |