make the smp way RTS-only, normal libraries now work with -smp
[ghc-hetmet.git] / ghc / rts / LdvProfile.h
index 9a60780..d85b95c 100644 (file)
@@ -24,7 +24,7 @@ extern void LdvCensusKillAll ( void );
 // Invoked when: 
 //   1) Hp is incremented and exceeds HpLim (in Updates.hc).
 //   2) copypart() is called (in GC.c).
-#define FILL_SLOP(from, howManyBackwards)      \
+#define LDV_FILL_SLOP(from, howManyBackwards)  \
   if (era > 0) {                               \
     int i;                                     \
     for (i = 0;i < (howManyBackwards); i++)    \