[project @ 2005-07-26 14:38:42 by simonmar]
[ghc-hetmet.git] / ghc / rts / MBlock.h
index 8d2a979..ba8eb2b 100644 (file)
@@ -14,7 +14,7 @@ extern lnat RTS_VAR(mblocks_allocated);
 extern void * getMBlock(void);
 extern void * getMBlocks(nat n);
 
-#if osf3_TARGET_OS
+#if osf3_HOST_OS
 /* ToDo: Perhaps by adjusting this value we can make linking without
  * -static work (i.e., not generate a core-dumping executable)? */
 #if SIZEOF_VOID_P == 8
@@ -86,4 +86,4 @@ StgBool slowIsHeapAlloced(void *p);
 # error HEAP_ALLOCED not defined
 #endif
 
-#endif // __MBLOCK_H__
+#endif /* __MBLOCK_H__ */