From 04577625cb4cb8951e23633ec517f47f2ef5161b Mon Sep 17 00:00:00 2001 From: paltherr Date: Wed, 19 Mar 2003 09:28:33 +0000 Subject: - Removed loading of Interpreter.scala when not... - Removed loading of Interpreter.scala when not interpreting --- sources/scalac/Global.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/scalac/Global.java b/sources/scalac/Global.java index 79384493c7..130f41bd1d 100644 --- a/sources/scalac/Global.java +++ b/sources/scalac/Global.java @@ -326,7 +326,7 @@ public class Global { private void fix1() { // make sure that Interpreter.scala is compiled - SHOW_DEFINITION(); + if (target == TARGET_INT) SHOW_DEFINITION(); for (int i = 0; i < units.length; i++) { if (units[i].console) fix1(units[i]); } -- cgit v1.2.3