[commit: ghc] master: Delete all /* ! __GLASGOW_HASKELL__ */ code (330bb3e)
git at git.haskell.org
git at git.haskell.org
Tue Sep 23 13:45:40 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/330bb3ef856166d18d959b377f12a51c2629b223/ghc
>---------------------------------------------------------------
commit 330bb3ef856166d18d959b377f12a51c2629b223
Author: Thomas Miedema <thomasmiedema at gmail.com>
Date: Tue Sep 23 08:44:45 2014 -0500
Delete all /* ! __GLASGOW_HASKELL__ */ code
Summary:
```
git grep -l '\(#ifdef \|#if defined\)(\?__GLASGOW_HASKELL__)\?'
```
Test Plan: validate
Reviewers: rwbarton, hvr, austin
Reviewed By: rwbarton, hvr, austin
Subscribers: rwbarton, simonmar, ezyang, carter
Differential Revision: https://phabricator.haskell.org/D218
>---------------------------------------------------------------
330bb3ef856166d18d959b377f12a51c2629b223
compiler/HsVersions.h | 4 --
compiler/basicTypes/Unique.lhs | 12 +---
compiler/utils/Binary.hs | 5 --
compiler/utils/FastBool.lhs | 17 ------
compiler/utils/FastFunctions.lhs | 25 --------
compiler/utils/FastMutInt.lhs | 46 ---------------
compiler/utils/FastString.lhs | 8 ---
compiler/utils/FastTypes.lhs | 74 ------------------------
compiler/utils/Pretty.lhs | 4 --
compiler/utils/Util.lhs | 2 -
libraries/base/cbits/PrelIOUtils.c | 9 +--
testsuite/tests/programs/andy_cherry/GenUtils.hs | 42 ++++++--------
12 files changed, 20 insertions(+), 228 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc 330bb3ef856166d18d959b377f12a51c2629b223
More information about the ghc-commits
mailing list