[project @ 2001-05-25 08:55:03 by simonpj]
authorsimonpj <unknown>
Fri, 25 May 2001 08:55:04 +0000 (08:55 +0000)
committersimonpj <unknown>
Fri, 25 May 2001 08:55:04 +0000 (08:55 +0000)
-------------------------------------
Wibbles to Don's runtime-types commit
-------------------------------------

There was an upside down predicate which utterly broke the compiler.

While I was about it

* I changed the global flag to
opt_RuntimeTypes
  with command line option
-fruntime-types (was -fkeep-stg-types)

* I moved isRuntimeArg, isRuntimeVar to CoreSyn


No differences found