From f18f51cb99bae9472b89ae89fb3de2ccbd700093 Mon Sep 17 00:00:00 2001 From: Martin Odersky Date: Tue, 13 Sep 2005 14:40:00 +0000 Subject: *** empty log message *** --- sources/scala/tools/nsc/Global.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/scala/tools/nsc/Global.scala b/sources/scala/tools/nsc/Global.scala index f0b594d540..00d04b8b93 100755 --- a/sources/scala/tools/nsc/Global.scala +++ b/sources/scala/tools/nsc/Global.scala @@ -61,7 +61,6 @@ class Global(val settings: Settings, val reporter: Reporter) extends SymbolTable object checkers extends Checkers { val global: Global.this.type = Global.this } - val icodeChecker = new checkers.ICodeChecker(); val copy = new LazyTreeCopier(); @@ -260,6 +259,8 @@ class Global(val settings: Settings, val reporter: Reporter) extends SymbolTable definitions.init; // needs firstPhase and phase to be defined != NoPhase, // that's why it is placed here. + val icodeChecker = new checkers.ICodeChecker(); + private var p = phase; private var stopped = false; for (val pd <- phaseDescriptors) { -- cgit v1.2.3