From: Claudio Sacerdoti Coen Date: Tue, 18 Jul 2006 11:32:44 +0000 (+0000) Subject: magic number incremented (because of the new declarative commands) X-Git-Tag: 0.4.95@7852~1197 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;h=4eeb9c91bd4cea289a808cc494ca7bf8de9ab881;p=helm.git magic number incremented (because of the new declarative commands) --- diff --git a/components/grafite/grafiteAst.ml b/components/grafite/grafiteAst.ml index 673103431..d38943da1 100644 --- a/components/grafite/grafiteAst.ml +++ b/components/grafite/grafiteAst.ml @@ -109,7 +109,7 @@ type 'term macro = (** To be increased each time the command type below changes, used for "safe" * marshalling *) -let magic = 5 +let magic = 6 type 'obj command = | Default of loc * string * UriManager.uri list