Skip to content
Snippets Groups Projects
Commit 633f4ae8 authored by Loïc Correnson's avatar Loïc Correnson
Browse files

[server] add comment

parent 6ac23c16
No related branches found
No related tags found
No related merge requests found
...@@ -315,6 +315,8 @@ struct ...@@ -315,6 +315,8 @@ struct
let model = States.model () let model = States.model ()
(* We must iterate over all known declaration in the Ast, contrarily to
markers, for which we ony need attributes of already generated markers. *)
let iter_declaration f = let iter_declaration f =
if Ast.is_computed () then if Ast.is_computed () then
let marked = Declaration.Hashtbl.create 0 in let marked = Declaration.Hashtbl.create 0 in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment