Skip to content
Snippets Groups Projects
Commit aba63c75 authored by sof's avatar sof
Browse files

[project @ 1997-06-20 09:09:07 by sof]

Re-enabled CC_DECLS for CC_CAFs and CC_DICTs
parent 2dd8be59
No related branches found
No related tags found
No related merge requests found
......@@ -604,15 +604,15 @@ STGFUN(startCcRegisteringWorld)
JMP_(_regMain);
FE_
}
/* SOF: Prelude supplies these for you
CC_DECLARE(CC_CAFs, "CAFs_in_...", "PRELUDE", "PRELUDE", CC_IS_CAF,*not static*);
CC_DECLARE(CC_DICTs, "DICTs_in_...", "PRELUDE", "PRELUDE", CC_IS_DICT,*not static*);
START_REGISTER_PRELUDE(_regPrelude);
CC_DECLARE(CC_CAFs, "CAFs_in_...", "PRELUDE", "PRELUDE", CC_IS_CAF,/*not static*/);
CC_DECLARE(CC_DICTs, "DICTs_in_...", "PRELUDE", "PRELUDE", CC_IS_DICT,/*not static*/);
START_REGISTER_PRELUDE(_regPrel);
REGISTER_CC(CC_CAFs);
REGISTER_CC(CC_DICTs);
END_REGISTER_CCS()
*/
\end{code}
We also need cost centre declarations and registering routines for other
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment