Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
11f8eef5
Commit
11f8eef5
authored
Dec 11, 2019
by
Stefan Schulze Frielinghaus
Committed by
Marge Bot
Dec 24, 2019
3
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixup! Fix endian handling w.r.t. CPP macro WORDS_BIGENDIAN
parent
3c12355e
Pipeline
#13940
failed with stages
in 477 minutes and 1 second
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
libraries/base/GHC/ByteOrder.hs
libraries/base/GHC/ByteOrder.hs
+1
-1
libraries/base/GHC/IO/Encoding/CodePage/API.hs
libraries/base/GHC/IO/Encoding/CodePage/API.hs
+1
-1
testsuite/tests/codeGen/should_run/T7600.hs
testsuite/tests/codeGen/should_run/T7600.hs
+1
-1
No files found.
libraries/base/GHC/ByteOrder.hs
View file @
11f8eef5
...
...
@@ -18,7 +18,7 @@
module
GHC.ByteOrder
where
-- Required for WORDS_BIGENDIAN
#
include
"
ghcautoconf.h
"
#
include
<
ghcautoconf
.
h
>
-- | Byte ordering.
data
ByteOrder
...
...
libraries/base/GHC/IO/Encoding/CodePage/API.hs
View file @
11f8eef5
...
...
@@ -8,7 +8,7 @@ module GHC.IO.Encoding.CodePage.API (
)
where
-- Required for WORDS_BIGENDIAN
#
include
"
ghcautoconf.h
"
#
include
<
ghcautoconf
.
h
>
import
Foreign.C
import
Foreign.Ptr
...
...
testsuite/tests/codeGen/should_run/T7600.hs
View file @
11f8eef5
...
...
@@ -18,7 +18,7 @@
module
Main
(
main
)
where
-- Required for WORDS_BIGENDIAN
#
include
"
ghcautoconf.h
"
#
include
<
ghcautoconf
.
h
>
import
T7600_A
...
...
Marge Bot
💬
@marge-bot
mentioned in merge request
!2302 (closed)
·
Dec 24, 2019
mentioned in merge request
!2302 (closed)
mentioned in merge request !2302
Toggle commit list
Stefan Schulze Frielinghaus
@stefansf
mentioned in commit
c3d8dadc
·
Jan 07, 2020
mentioned in commit
c3d8dadc
mentioned in commit c3d8dadc4676f112ac77aa6f0ba9b5939581350c
Toggle commit list
Dimitri John Ledkov
@xnox
mentioned in issue
#18445
·
Jul 18, 2020
mentioned in issue
#18445
mentioned in issue #18445
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment