[Git][ghc/ghc][wip/riscv-revived] Fix linting issue

Sven Tennie gitlab at gitlab.haskell.org
Mon Oct 12 14:09:43 UTC 2020



Sven Tennie pushed to branch wip/riscv-revived at Glasgow Haskell Compiler / GHC


Commits:
2faf4e51 by Sven Tennie at 2020-10-12T16:09:30+02:00
Fix linting issue

- - - - -


1 changed file:

- rts/StgCRun.c


Changes:

=====================================
rts/StgCRun.c
=====================================
@@ -970,7 +970,7 @@ StgRun(StgFunPtr f, StgRegTable *basereg) {
 
 #endif
 
-#ifdef riscv64_HOST_ARCH
+#if defined(riscv64_HOST_ARCH)
 
 StgRegTable *
 StgRun(StgFunPtr f, StgRegTable *basereg) {



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2faf4e51a26829df522ef422483ed63976736b16

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/2faf4e51a26829df522ef422483ed63976736b16
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/20201012/2292a081/attachment-0001.html>


More information about the ghc-commits mailing list