[Git][ghc/ghc][wip/rts-warnings] rts: Fix capitalization of prototype
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Mon Jun 19 16:42:56 UTC 2023
Ben Gamari pushed to branch wip/rts-warnings at Glasgow Haskell Compiler / GHC
Commits:
909d36c8 by Ben Gamari at 2023-06-19T12:42:37-04:00
rts: Fix capitalization of prototype
- - - - -
1 changed file:
- rts/include/rts/storage/ClosureMacros.h
Changes:
=====================================
rts/include/rts/storage/ClosureMacros.h
=====================================
@@ -623,7 +623,7 @@ INLINE_HEADER void overwritingMutableClosureOfs (StgClosure *p, uint32_t offset)
}
// Version of 'overwritingClosure' which takes closure size as argument.
-void stg_OverwritingClosureSize (StgClosure *p, uint32_t size /* in words */);
+void stg_overwritingClosureSize (StgClosure *p, uint32_t size /* in words */);
INLINE_HEADER void overwritingClosureSize (StgClosure *p, uint32_t size)
{
// This function is only called from stg_AP_STACK so we can assume it's not
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/909d36c86aab743ed3462c2a1916e6e140f4fb39
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/909d36c86aab743ed3462c2a1916e6e140f4fb39
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/20230619/7878487b/attachment.html>
More information about the ghc-commits
mailing list