From 4eeb9c91bd4cea289a808cc494ca7bf8de9ab881 Mon Sep 17 00:00:00 2001 From: Claudio Sacerdoti Coen Date: Tue, 18 Jul 2006 11:32:44 +0000 Subject: [PATCH] magic number incremented (because of the new declarative commands) --- components/grafite/grafiteAst.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2