diff options
author | John Ericson <John.Ericson@Obsidian.Systems> | 2021-07-23 05:05:57 +0000 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2021-08-09 15:11:58 -0400 |
commit | db7098fe7aa3f7324d146821334b774032ea87bd (patch) | |
tree | 1e77b0e16ced9e72d0ba53202e9b172f02fc6b62 /includes/stg/Ticky.h | |
parent | 748636388b052d22859b7265dec776edfa12a68c (diff) | |
download | haskell-db7098fe7aa3f7324d146821334b774032ea87bd.tar.gz |
Clean up whitespace in /includes
I need to do this now or when I move these files the linter will be mad.
Diffstat (limited to 'includes/stg/Ticky.h')
-rw-r--r-- | includes/stg/Ticky.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/stg/Ticky.h b/includes/stg/Ticky.h index cefb674f31..3d9d4aee4f 100644 --- a/includes/stg/Ticky.h +++ b/includes/stg/Ticky.h @@ -31,9 +31,9 @@ extern W_ top_ct[]; #endif /* The rest are not explicitly declared in rts/Ticky.c. Instead - we use the same trick as in the former StgTicky.h: recycle the + we use the same trick as in the former StgTicky.h: recycle the same declarations for both extern decls (which are included everywhere) - and initializations (which only happen once) + and initializations (which only happen once) TICKY_C is defined only in rts/Ticky.c */ #if defined(TICKY_C) #define INIT(ializer) = ializer @@ -193,7 +193,7 @@ EXTERN StgInt RET_UNBOXED_TUP_hst[TICKY_BIN_COUNT] INIT({0}); We got rid of StgTicky.h, which was previously defining these macros for the benefit of C code so, we define them here instead (to be no-ops). - (since those macros are only defined in Cmm.h) + (since those macros are only defined in Cmm.h) Note that these macros must be defined whether TICKY_TICKY is defined or not. */ |