Browse Source

added s_static

Nicolas Cannasse 19 years ago
parent
commit
f63666f6d5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      type.ml

+ 1 - 0
type.ml

@@ -133,6 +133,7 @@ and tsignature = {
 	s_pos : Ast.pos;
 	s_doc : Ast.documentation;
 	s_private : bool;
+	s_static : tclass option;
 	mutable s_types : (string * t) list;
 	mutable s_type : t;
 }