From 99f88e177b46fc764338e85d49d6920286c9a5fd Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 17 Jul 2010 14:28:32 +0000 Subject: [PATCH] Fix unreg prof build: Define CCS_SYSTEM in stg/MiscClosures.h --- includes/stg/MiscClosures.h | 1 + 1 file changed, 1 insertion(+) diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h index afe2623..15193ac 100644 --- a/includes/stg/MiscClosures.h +++ b/includes/stg/MiscClosures.h @@ -486,6 +486,7 @@ extern StgWord RTS_VAR(CCCS); /* current CCS */ extern unsigned int RTS_VAR(entering_PAP); 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(CCS_ID); -- 1.7.10.4