From 755fb899e3599617c3b3083cd5353f6508497810 Mon Sep 17 00:00:00 2001 From: Lex Spoon Date: Wed, 18 Apr 2007 03:11:35 +0000 Subject: shrunk the interpreter's imports wrappers from ... shrunk the interpreter's imports wrappers from "$import" to "$iw" --- src/compiler/scala/tools/nsc/symtab/StdNames.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/scala/tools/nsc/symtab/StdNames.scala b/src/compiler/scala/tools/nsc/symtab/StdNames.scala index 6c1398b6fe..2e36624dc4 100644 --- a/src/compiler/scala/tools/nsc/symtab/StdNames.scala +++ b/src/compiler/scala/tools/nsc/symtab/StdNames.scala @@ -75,7 +75,7 @@ trait StdNames { val INTERPRETER_WRAPPER_SUFFIX = "$object" val INTERPRETER_LINE_PREFIX = "line" val INTERPRETER_VAR_PREFIX = "unnamed" - val INTERPRETER_IMPORT_WRAPPER = "$import" + val INTERPRETER_IMPORT_WRAPPER = "$iw" def LOCAL(clazz: Symbol) = newTermName(LOCALDUMMY_PREFIX_STRING + clazz.name+">") def TUPLE_FIELD(index: int) = newTermName(TUPLE_FIELD_PREFIX_STRING + index) -- cgit v1.2.3