[project @ 2004-10-01 13:46:07 by ross]
authorross <unknown>
Fri, 1 Oct 2004 13:46:07 +0000 (13:46 +0000)
committerross <unknown>
Fri, 1 Oct 2004 13:46:07 +0000 (13:46 +0000)
fix dummy ASSERTM2 macro

ghc/compiler/HsVersions.h

index 8852fd8..af83b10 100644 (file)
@@ -70,7 +70,7 @@ name = Util.global (value) :: IORef (ty); \
 #define ASSERT(e)      if False then error "ASSERT"  else
 #define ASSERT2(e,msg) if False then error "ASSERT2" else
 #define ASSERTM(e)
-#define ASSERTM2(e)
+#define ASSERTM2(e,msg)
 #define WARN(e,msg)    if False then error "WARN"    else
 #endif