diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2021-11-10 15:40:24 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-11-12 21:26:15 -0500 |
commit | bba156f3581913a52cefbcbcb8031f274aaa189a (patch) | |
tree | a5b2ab354fd4b0a9100a652c8bc989e948c23cce /compiler/ghc-llvm-version.h.in | |
parent | 490e8c750ea23ce8e2b7309e0d514b7d27f231bb (diff) | |
download | haskell-bba156f3581913a52cefbcbcb8031f274aaa189a.tar.gz |
Remove bit about size_t in ghc-llvm-version.h
This shouldn't be here. It wasn't causing a problem because this header
was only used from Haskell, but still.
Diffstat (limited to 'compiler/ghc-llvm-version.h.in')
-rw-r--r-- | compiler/ghc-llvm-version.h.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/ghc-llvm-version.h.in b/compiler/ghc-llvm-version.h.in index 241ce53e32..203b0d8f79 100644 --- a/compiler/ghc-llvm-version.h.in +++ b/compiler/ghc-llvm-version.h.in @@ -7,6 +7,4 @@ /* The minimum supported LLVM version number */ #undef sUPPORTED_LLVM_VERSION_MIN -/* Define to `unsigned int' if <sys/types.h> does not define. */ -#undef size_t #endif /* __GHC_LLVM_VERSION_H__ */ |