summaryrefslogtreecommitdiff
path: root/includes/stg
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2012-10-23 09:52:30 +0200
committerGabor Greif <ggreif@gmail.com>2012-10-23 10:55:53 +0200
commit2c2be637206cb1d58f4fc8a4a2e717e419c9fa5d (patch)
tree14f465856320fc38d279e44f6634729903f72c3d /includes/stg
parent82ab12afefd6f115d2efb37924227ef2f43adb19 (diff)
downloadhaskell-2c2be637206cb1d58f4fc8a4a2e717e419c9fa5d.tar.gz
comments only
Diffstat (limited to 'includes/stg')
-rw-r--r--includes/stg/MiscClosures.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h
index 760a59da49..c94fdb388c 100644
--- a/includes/stg/MiscClosures.h
+++ b/includes/stg/MiscClosures.h
@@ -213,7 +213,7 @@ RTS_THUNK(stg_ap_5_upd);
RTS_THUNK(stg_ap_6_upd);
RTS_THUNK(stg_ap_7_upd);
-/* standard application routines (see also rts/gen_apply.py,
+/* standard application routines (see also utils/genapply,
* and compiler/codeGen/CgStackery.lhs).
*/
RTS_RET(stg_ap_v);
@@ -470,10 +470,10 @@ extern StgWord RTS_VAR(stable_ptr_table);
// Profiling.c
extern unsigned int RTS_VAR(era);
extern unsigned int RTS_VAR(entering_PAP);
-extern StgWord RTS_VAR(CC_LIST); /* registered CC list */
+extern StgWord RTS_VAR(CC_LIST); /* registered CC list */
extern StgWord RTS_VAR(CCS_LIST); /* registered CCS list */
extern StgWord CCS_SYSTEM[];
-extern unsigned int RTS_VAR(CC_ID); /* global ids */
+extern unsigned int RTS_VAR(CC_ID); /* global ids */
extern unsigned int RTS_VAR(CCS_ID);
#endif