summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorpaltherr <paltherr@epfl.ch>2003-06-16 12:37:20 +0000
committerpaltherr <paltherr@epfl.ch>2003-06-16 12:37:20 +0000
commit9c9dfb24a48f11e175d8f82417e7b9c7ab78f7c7 (patch)
treeeada2530c9586b6c61afaedffa30c023a4d12c49 /config
parent97e75ddc91094834f60b868e16e14d3417359791 (diff)
downloadscala-9c9dfb24a48f11e175d8f82417e7b9c7ab78f7c7.tar.gz
scala-9c9dfb24a48f11e175d8f82417e7b9c7ab78f7c7.tar.bz2
scala-9c9dfb24a48f11e175d8f82417e7b9c7ab78f7c7.zip
- 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.
Diffstat (limited to 'config')
-rw-r--r--config/list/compiler.lst2
-rw-r--r--config/list/lamplib.lst2
2 files changed, 2 insertions, 2 deletions
diff --git a/config/list/compiler.lst b/config/list/compiler.lst
index c1a356e554..21585d2a13 100644
--- a/config/list/compiler.lst
+++ b/config/list/compiler.lst
@@ -17,7 +17,6 @@ ast/parser/Parser.java
ast/parser/ParserPhase.java
ast/parser/Scanner.java
ast/parser/SourceRepresentation.java
-ast/parser/Sourcefile.java
ast/parser/TokenData.java
ast/parser/Tokens.java
@@ -118,7 +117,6 @@ util/Name.java
util/NameTransformer.java
util/Names.java
util/OptionParser.java
-util/Position.java
util/PrefixMatcher.java
util/Reporter.java
util/SourceRepresentation.java
diff --git a/config/list/lamplib.lst b/config/list/lamplib.lst
index a97d0c6636..e5297a2616 100644
--- a/config/list/lamplib.lst
+++ b/config/list/lamplib.lst
@@ -5,6 +5,8 @@
util/CodePrinter.java
util/Pair.java
+util/Position.java
+util/SourceFile.java
util/StackedMap.java
##############################################################################