Fixing broken build from last commit.
git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@15511 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
parent
1614bc995a
commit
39a9fd85f8
|
@ -407,8 +407,8 @@ class Interpreter(val settings: Settings, out: PrintWriter) {
|
|||
new CompilationUnit(
|
||||
new BatchSourceFile("<console>", code.toCharArray()))
|
||||
val scanner = new compiler.syntaxAnalyzer.UnitParser(unit);
|
||||
val xxx = scanner.templateStatSeq;
|
||||
(xxx._2)
|
||||
val xxx = scanner.templateStatSeq(false);
|
||||
(xxx._2)
|
||||
}
|
||||
val (trees) = simpleParse(line)
|
||||
if (reporter.hasErrors) {
|
||||
|
|
Loading…
Reference in New Issue