From 9c9dfb24a48f11e175d8f82417e7b9c7ab78f7c7 Mon Sep 17 00:00:00 2001 From: paltherr Date: Mon, 16 Jun 2003 12:37:20 +0000 Subject: - Made SourceFile and Position scala-independan... - Made SourceFile and Position scala-independant (moved them to ch.epfl.lamp.util) - Added position arguments to methods of class Reporter - Changed printing of positions to display the whole path not only the file name. --- sources/scalac/backend/jvm/GenJVM.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sources/scalac/backend/jvm') diff --git a/sources/scalac/backend/jvm/GenJVM.java b/sources/scalac/backend/jvm/GenJVM.java index 072f9564ae..11a4cd1316 100644 --- a/sources/scalac/backend/jvm/GenJVM.java +++ b/sources/scalac/backend/jvm/GenJVM.java @@ -13,6 +13,8 @@ package scalac.backend.jvm; +import ch.epfl.lamp.util.Position; + import scalac.*; import scalac.backend.*; import scalac.util.*; -- cgit v1.2.3