diff options
author | David Himmelstrup <lemmih@gmail.com> | 2020-09-09 18:13:03 +0800 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-09-09 18:32:16 -0400 |
commit | 4798caa0fefd7adf4c5b85fa84a6f28fcc6b350b (patch) | |
tree | 1880fcfc2f0cc755237aec2b0fe37e9e8d469d34 /includes | |
parent | 291a15dd8dfc03d493c0db36a9cb62fd4867db10 (diff) | |
download | haskell-4798caa0fefd7adf4c5b85fa84a6f28fcc6b350b.tar.gz |
rts comment: RTS_TICKY_SYMBOLS moved from rts/Linker.c to rts/RtsSymbols.c
Diffstat (limited to 'includes')
-rw-r--r-- | includes/stg/Ticky.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/stg/Ticky.h b/includes/stg/Ticky.h index d691106277..1dd47c6590 100644 --- a/includes/stg/Ticky.h +++ b/includes/stg/Ticky.h @@ -19,7 +19,7 @@ /* Here are all the counter declarations: */ /* If you change this list, make the corresponding change - in RTS_TICKY_SYMBOLS in rts/Linker.c */ + in RTS_TICKY_SYMBOLS in rts/RtsSymbols.c */ /* These two are explicitly declared in rts/Ticky.c, and hence should not be extern'd except when using this header |