Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cpp: Use #pragma once instead of #ifndef guards | Ben Gamari | 2017-04-23 | 1 | -3/+1 |
| | | | | | | | | | | | | | | This both says what we mean and silences a bunch of spurious CPP linting warnings. This pragma is supported by all CPP implementations which we support. Reviewers: austin, erikd, simonmar, hvr Reviewed By: simonmar Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3482 | ||||
* | Integrated new I/O manager | Simon Marlow | 2010-08-10 | 1 | -0/+41 |
(patch originally by Johan Tibell <johan.tibell@gmail.com>, minor merging by me) |