X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fincludes%2FSMinterface.lh;h=a6c4c0fc5dec875a7ce8f1b09691d0168fec2957;hb=063eda14b18aadc138bc27eb460e1af93b09ca9b;hp=6b272869b5bf552f92e3fce6cc2ae97ca38f4a90;hpb=9d4c03805bafb6b1e1d47306b6a6c591c998e517;p=ghc-hetmet.git diff --git a/ghc/includes/SMinterface.lh b/ghc/includes/SMinterface.lh index 6b27286..a6c4c0f 100644 --- a/ghc/includes/SMinterface.lh +++ b/ghc/includes/SMinterface.lh @@ -106,7 +106,7 @@ IF_RTS(rtsBool initThreadPools (STG_NO_ARGS);) IF_RTS(void init_gr_profiling PROTO((int, char **, int, char **));) #endif -I_ collectHeap PROTO((W_ reqsize, smInfo *sm, rtsBool do_full_collection)); +I_ collectHeap PROTO((W_ reqsize, smInfo *sm, rtsBool do_full_collection)); IF_RTS(void unmapMiddleStackPage PROTO((char *, int));) /* char * == caddr_t ? */ @@ -124,9 +124,8 @@ void end_init(STG_NO_ARGS); #ifdef PAR void EvacuateLocalGAs PROTO((rtsBool full)); -void RebuildGAtables PROTO((rtsBool full)); +void RebuildGAtables PROTO((rtsBool full)); #endif - \end{code} @initSM@ finalizes any runtime parameters of the storage manager.