update comment
authorblanchet
Wed, 15 Sep 2010 18:51:48 +0200
changeset 39427 a28be69dcb68
parent 39426 c551ce5f614a
child 39428 b42d9885c129
update comment
src/Tools/Metis/make_metis
--- a/src/Tools/Metis/make_metis	Wed Sep 15 18:51:21 2010 +0200
+++ b/src/Tools/Metis/make_metis	Wed Sep 15 18:51:48 2010 +0200
@@ -2,9 +2,9 @@
 #
 # make_metis - turn original Metis files into Isabelle ML source.
 #
-# Structure declarations etc. are made local by wrapping into a
-# collective structure Metis.  Signature and functor definitions are
-# global!
+# Signatures, structures, and functors are renamed to have a "Metis_" prefix.
+# A few other ad hoc transformations are performed to ensure that the sources
+# compile within Isabelle on Poly/ML and SML/NJ.
 
 THIS=$(cd "$(dirname "$0")"; echo $PWD)