Add 'sync-all status' as an alias for 'sync-all whatsnew' (to match git syntax)
[ghc-hetmet.git] / compiler / nativeGen / NCG.h
index 5921518..6771b75 100644 (file)
 #else
 # define IF_OS_darwin(x,y) y
 #endif
--- - - - - - - - - - - - - - - - - - - - - - 
-#if freebsd_TARGET_OS
-# define IF_OS_freebsd(x,y) x
-#else
-# define IF_OS_freebsd(x,y) y
-#endif
----------------------------------------------
 #endif