Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -1/+1 |
| | | | | Our new CPP linter enforces this. | ||||
* | Removes all occurrences of __MINGW32__ (#10485) | Thomas Miedema | 2015-06-11 | 1 | -1/+1 |
| | | | | | | | | | | In Haskell files, replace `__MINGW32__` by `mingw32_HOST_OS`. In .c and .h files, delete `__MINGW32__` when `_WIN32` is also tested because `_WIN32` is always defined when `__MINGW32__` is. Also replace `__MINGW32__` by `_WIN32` when used standalone for consistency. Differential Revision: https://phabricator.haskell.org/D971 | ||||
* | avoid a warning | Simon Marlow | 2009-06-30 | 1 | -1/+3 |
| | |||||
* | Add a wrapper for libiconv. | Matthias Kilian | 2009-06-29 | 1 | -0/+23 |