From e3a13688dfda4f18b09fb8d21e7a8fa640134b7f Mon Sep 17 00:00:00 2001 From: Miles Sabin Date: Fri, 22 May 2009 17:02:16 +0000 Subject: Unbreak the build. --- src/compiler/scala/tools/nsc/interactive/Global.scala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/compiler/scala/tools/nsc/interactive/Global.scala b/src/compiler/scala/tools/nsc/interactive/Global.scala index fae9b76520..215d6881e7 100755 --- a/src/compiler/scala/tools/nsc/interactive/Global.scala +++ b/src/compiler/scala/tools/nsc/interactive/Global.scala @@ -235,8 +235,9 @@ self => if (pos == NoPosition) PackageDef(nme.EMPTY, List()) setPos( else -*/ typerPhase.applyPhase(unit) + +*/ } } -- cgit v1.2.3