src/Pure/General/markup.scala
changeset 39525 72e949a0425b
parent 39513 fce2202892c4
child 39585 00be8711082f
--- a/src/Pure/General/markup.scala	Sat Sep 18 21:33:56 2010 +0200
+++ b/src/Pure/General/markup.scala	Sun Sep 19 17:12:34 2010 +0200
@@ -235,18 +235,15 @@
 
   val INIT = "init"
   val STATUS = "status"
+  val REPORT = "report"
   val WRITELN = "writeln"
   val TRACING = "tracing"
   val WARNING = "warning"
   val ERROR = "error"
   val SYSTEM = "system"
-  val INPUT = "input"
-  val STDIN = "stdin"
   val STDOUT = "stdout"
-  val SIGNAL = "signal"
   val EXIT = "exit"
 
-  val REPORT = "report"
   val NO_REPORT = "no_report"
 
   val BAD = "bad"