[Git][ghc/ghc][master] ghc-heap: rename C file (fix #23898)
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Tue Aug 29 16:08:25 UTC 2023
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
fe9fcf9d by Sylvain Henry at 2023-08-29T12:07:50-04:00
ghc-heap: rename C file (fix #23898)
- - - - -
2 changed files:
- libraries/ghc-heap/cbits/Stack.c → libraries/ghc-heap/cbits/Stack_c.c
- libraries/ghc-heap/ghc-heap.cabal.in
Changes:
=====================================
libraries/ghc-heap/cbits/Stack.c → libraries/ghc-heap/cbits/Stack_c.c
=====================================
=====================================
libraries/ghc-heap/ghc-heap.cabal.in
=====================================
@@ -31,7 +31,7 @@ library
if !os(ghcjs)
cmm-sources: cbits/HeapPrim.cmm
cbits/Stack.cmm
- c-sources: cbits/Stack.c
+ c-sources: cbits/Stack_c.c
default-extensions: NoImplicitPrelude
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fe9fcf9d8675d4d621493ec64b585d928e158edb
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/fe9fcf9d8675d4d621493ec64b585d928e158edb
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20230829/56f96358/attachment.html>
More information about the ghc-commits
mailing list