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/nativeGen | |
parent | cc7871014b480531f0737508bf642df9bcc519d6 (diff) | |
download | haskell-86f65fdded19519437846304033d5844393dccf5.tar.gz |
Remove unused CPP definitions of COMMA
Diffstat (limited to 'compiler/nativeGen')
-rw-r--r-- | compiler/nativeGen/NCG.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/nativeGen/NCG.h b/compiler/nativeGen/NCG.h index ad87a678d6..abeb566000 100644 --- a/compiler/nativeGen/NCG.h +++ b/compiler/nativeGen/NCG.h @@ -11,8 +11,6 @@ #include "ghc_boot_platform.h" -#define COMMA , - #if i386_TARGET_ARCH # define IF_ARCH_i386(x,y) x #else |