merged
authorhaftmann
Thu, 15 Jul 2010 10:16:17 +0200
changeset 37837 6e17a56514ce
parent 37835 d8fdbcbde4b6 (diff)
parent 37836 2bcce92be291 (current diff)
child 37838 28848d338261
child 37839 b77e521e9f50
merged
--- a/Admin/isatest/isatest-settings	Thu Jul 15 10:12:49 2010 +0200
+++ b/Admin/isatest/isatest-settings	Thu Jul 15 10:16:17 2010 +0200
@@ -15,7 +15,7 @@
 
 LOGPREFIX=$HOME/log
 MASTERLOG=$LOGPREFIX/isatest.log
-LOGSERVER=macbroy23.informatik.tu-muenchen.de
+LOGSERVER=macbroy28.informatik.tu-muenchen.de
 
 ERRORDIR=$HOME/var
 ERRORLOG=$ERRORDIR/error.log
--- a/src/HOL/Imperative_HOL/Heap_Monad.thy	Thu Jul 15 10:12:49 2010 +0200
+++ b/src/HOL/Imperative_HOL/Heap_Monad.thy	Thu Jul 15 10:16:17 2010 +0200
@@ -537,6 +537,4 @@
 
 hide_const (open) Heap heap guard raise' fold_map
 
-export_code return in Haskell file "/tmp/"
-
 end