X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=includes%2Fstg%2FTicky.h;h=b66c8b23e52843fb2405409fc42f7176169412f7;hp=001ab973f7aff4529999a8dd5bc82d725173b1e0;hb=ba67234542412c2ca6656dbeadb7d225bc94d4b2;hpb=04eaa2d72ce1474f4b36621363108ed915ace9ef diff --git a/includes/stg/Ticky.h b/includes/stg/Ticky.h index 001ab97..b66c8b2 100644 --- a/includes/stg/Ticky.h +++ b/includes/stg/Ticky.h @@ -19,7 +19,6 @@ keep them consistent with the macros that use them (which are defined in Cmm.h. */ -#ifdef TICKY_TICKY /* 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) */ @@ -164,8 +163,6 @@ EXTERN StgInt RET_SEMI_loads_avoided INIT(0); /* End of counter declarations. */ -#endif /* TICKY_TICKY */ - /* This is ugly, but the story is: We got rid of StgTicky.h, which was previously defining these macros for the benefit of C code