From 0494d60bfd4ec2c6b69592cea0c205b26cf426d7 Mon Sep 17 00:00:00 2001 From: paltherr Date: Mon, 16 Jun 2003 12:50:44 +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/symtab/classfile/ClassfileParser.java | 1 + 1 file changed, 1 insertion(+) (limited to 'sources/scalac/symtab/classfile/ClassfileParser.java') diff --git a/sources/scalac/symtab/classfile/ClassfileParser.java b/sources/scalac/symtab/classfile/ClassfileParser.java index 15a0eca111..48f0fba2e4 100644 --- a/sources/scalac/symtab/classfile/ClassfileParser.java +++ b/sources/scalac/symtab/classfile/ClassfileParser.java @@ -8,6 +8,7 @@ package scalac.symtab.classfile; +import ch.epfl.lamp.util.Position; import scalac.*; import scalac.util.*; import scalac.symtab.*; -- cgit v1.2.3