diff options
author | partain <unknown> | 1996-03-19 09:11:07 +0000 |
---|---|---|
committer | partain <unknown> | 1996-03-19 09:11:07 +0000 |
commit | 6c381e873e222417d9a67aeec77b9555eca7b7a8 (patch) | |
tree | 32cbd1de14ff19e21dd48e94051ccbe58b5fbdf5 /ghc/compiler/HsVersions.h | |
parent | 8147a9f0bcc48ef0db1e91f8b985a4f5c3fed560 (diff) | |
download | haskell-6c381e873e222417d9a67aeec77b9555eca7b7a8.tar.gz |
[project @ 1996-03-19 08:58:34 by partain]
simonpj/sansom/partain/dnt 1.3 compiler stuff through 96/03/18
Diffstat (limited to 'ghc/compiler/HsVersions.h')
-rw-r--r-- | ghc/compiler/HsVersions.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ghc/compiler/HsVersions.h b/ghc/compiler/HsVersions.h index ef14e63289..c5b68ef0b4 100644 --- a/ghc/compiler/HsVersions.h +++ b/ghc/compiler/HsVersions.h @@ -53,8 +53,10 @@ you will screw up the layout where they are used in case expressions! #ifdef DEBUG #define ASSERT(e) if (not (e)) then (assertPanic __FILE__ __LINE__) else +#define CHK_Ubiq() import Ubiq #else #define ASSERT(e) +#define CHK_Ubiq() #endif -- ToDo: ghci needs to load far too many bits of the backend because |