diff options
author | Ian Lynagh <igloo@earth.li> | 2011-10-23 22:50:26 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-10-23 22:50:26 +0100 |
commit | 86f65fdded19519437846304033d5844393dccf5 (patch) | |
tree | aec3313c2029ab861c064b0694b6432c93c397dc /compiler/HsVersions.h | |
parent | cc7871014b480531f0737508bf642df9bcc519d6 (diff) | |
download | haskell-86f65fdded19519437846304033d5844393dccf5.tar.gz |
Remove unused CPP definitions of COMMA
Diffstat (limited to 'compiler/HsVersions.h')
-rw-r--r-- | compiler/HsVersions.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/HsVersions.h b/compiler/HsVersions.h index 0d4c6abb2c..d85234784a 100644 --- a/compiler/HsVersions.h +++ b/compiler/HsVersions.h @@ -46,8 +46,6 @@ name :: IORef (ty); \ name = Util.globalM (value); #endif -#define COMMA , - #ifdef DEBUG #define ASSERT(e) if (not (e)) then (assertPanic __FILE__ __LINE__) else #define ASSERT2(e,msg) if (not (e)) then (assertPprPanic __FILE__ __LINE__ (msg)) else |