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: make_still_working~7057 X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=commitdiff_plain;ds=sidebyside;h=4493f7cb66c30bc87dd662b932f1a67412d9022d;p=helm.git magic number incremented (because of the new declarative commands) --- diff --git a/helm/software/components/grafite/grafiteAst.ml b/helm/software/components/grafite/grafiteAst.ml index 673103431..d38943da1 100644 --- a/helm/software/components/grafite/grafiteAst.ml +++ b/helm/software/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