]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/components/grafite/grafiteAst.ml
magic number incremented (because of the new declarative commands)
[helm.git] / helm / software / components / grafite / grafiteAst.ml
index 03b67ade37c67d68ed63d4877aaaa7b12a1734ec..d38943da19ed732ce46f1528a16c531adcd2f46c 100644 (file)
@@ -106,11 +106,10 @@ type 'term macro =
   (* real macros *)
   | Check of loc * 'term 
   | Hint of loc
-  | Quit of loc
 
 (** 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