Print infix function definitions correctly in HsSyn
[ghc-hetmet.git] / compiler / HsVersions.h
index 299ad68..0c41fa5 100644 (file)
@@ -34,12 +34,6 @@ name = Util.global (value) :: IORef (ty); \
 {-# NOINLINE name #-}
 #endif
 
-#if __GLASGOW_HASKELL__ >= 620
-#define UNBOX_FIELD !!
-#else
-#define UNBOX_FIELD !
-#endif
-
 #define COMMA ,
 
 #ifdef DEBUG