summaryrefslogtreecommitdiff
path: root/src/compiler/scala/tools/nsc/interpreter/package.scala
diff options
context:
space:
mode:
authorPaul Phillips <paulp@improving.org>2011-01-27 07:56:36 +0000
committerPaul Phillips <paulp@improving.org>2011-01-27 07:56:36 +0000
commitd884d63800ad09a4f6cd540d419cbede91c08d9c (patch)
tree494a9fd2d25e26b22ef20487e8ee4edb6bbe8775 /src/compiler/scala/tools/nsc/interpreter/package.scala
parente40485618cea87366760628c3b264fd5c61790cf (diff)
downloadscala-d884d63800ad09a4f6cd540d419cbede91c08d9c.tar.gz
scala-d884d63800ad09a4f6cd540d419cbede91c08d9c.tar.bz2
scala-d884d63800ad09a4f6cd540d419cbede91c08d9c.zip
Some overdue organization and cleanups in the r...
Some overdue organization and cleanups in the repl. No review.
Diffstat (limited to 'src/compiler/scala/tools/nsc/interpreter/package.scala')
-rw-r--r--src/compiler/scala/tools/nsc/interpreter/package.scala1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/scala/tools/nsc/interpreter/package.scala b/src/compiler/scala/tools/nsc/interpreter/package.scala
index 4ec1db9118..c59cf8228a 100644
--- a/src/compiler/scala/tools/nsc/interpreter/package.scala
+++ b/src/compiler/scala/tools/nsc/interpreter/package.scala
@@ -7,6 +7,7 @@ package scala.tools.nsc
package object interpreter {
private[nsc] val DebugProperty = "scala.repl.debug"
+ private[nsc] val PowerProperty = "scala.repl.power"
private[nsc] var _debug = false
private[nsc] def isReplDebug = _debug || (sys.props contains DebugProperty)