[Git][ghc/ghc][wip/backports-9.8] add missing part of backport

Luite Stegeman (@luite) gitlab at gitlab.haskell.org
Thu Feb 6 09:25:23 UTC 2025



Luite Stegeman pushed to branch wip/backports-9.8 at Glasgow Haskell Compiler / GHC


Commits:
bec76ae8 by Luite Stegeman at 2025-02-06T10:24:43+01:00
add missing part of backport

- - - - -


1 changed file:

- compiler/cbits/genSym.c


Changes:

=====================================
compiler/cbits/genSym.c
=====================================
@@ -21,6 +21,10 @@
 #define HAVE_UNIQUE64 1
 #endif
 
+#if !defined(HAVE_UNIQUE64)
+HsWord64 ghc_unique_counter64 = 0;
+#endif
+
 // This function has been added to the RTS. Here we pessimistically assume
 // that a threaded RTS is used. This function is only used for bootstrapping.
 #if !MIN_VERSION_GLASGOW_HASKELL(9,7,0,0)



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

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/bec76ae8d175075f77f6e322ab9df860acd61247
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/20250206/108a3a7d/attachment.html>


More information about the ghc-commits mailing list