diff options
author | Ian Lynagh <igloo@earth.li> | 2007-09-08 00:31:12 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2007-09-08 00:31:12 +0000 |
commit | f8c52d7fde2d7408b4f734251c373f8d3e2c558e (patch) | |
tree | c2f583f6ffa29ae9bad744a41bf355affafc31e9 /compiler/codeGen/CodeGen.lhs | |
parent | 907c44ca14e479e5fa64d712703b8fbad19d1e04 (diff) | |
download | haskell-f8c52d7fde2d7408b4f734251c373f8d3e2c558e.tar.gz |
Make various assertions work when !DEBUG
Diffstat (limited to 'compiler/codeGen/CodeGen.lhs')
-rw-r--r-- | compiler/codeGen/CodeGen.lhs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/compiler/codeGen/CodeGen.lhs b/compiler/codeGen/CodeGen.lhs index a53ff49621..4221342d4f 100644 --- a/compiler/codeGen/CodeGen.lhs +++ b/compiler/codeGen/CodeGen.lhs @@ -54,10 +54,7 @@ import OccName import TyCon import Module import ErrUtils - -#ifdef DEBUG import Panic -#endif \end{code} \begin{code} |