src/Pure/System/build.scala
changeset 48864 3ee314ae1e0a
parent 48862 8967b42db2d5
child 48867 e9beabf045ab
--- a/src/Pure/System/build.scala	Mon Aug 20 13:58:06 2012 +0200
+++ b/src/Pure/System/build.scala	Mon Aug 20 14:09:09 2012 +0200
@@ -341,8 +341,8 @@
                   Outer_Syntax.init() +
                     // FIXME avoid hardwired stuff!?
                     ("theory", Keyword.THY_BEGIN) +
-                    ("hence", Keyword.PRF_ASM_GOAL, "then have") +
-                    ("thus", Keyword.PRF_ASM_GOAL, "then show")
+                    ("hence", (Keyword.PRF_ASM_GOAL, Nil), "then have") +
+                    ("thus", (Keyword.PRF_ASM_GOAL, Nil), "then show")
                 (Set.empty[String], init_syntax, Nil)
             }
           val thy_info = new Thy_Info(new Thy_Load(preloaded))