瀏覽代碼

interfaces.

Nicolas Cannasse 20 年之前
父節點
當前提交
611ed4e45d
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      type.ml

+ 2 - 1
type.ml

@@ -87,7 +87,8 @@ and tclass_field = {
 
 and tclass = {
 	cl_path : module_path;
-	mutable cl_native : bool;
+	mutable cl_extern : bool;
+	mutable cl_interface : bool;
 	mutable cl_types : (string * t) list;
 	mutable cl_super : (tclass * t list) option;
 	mutable cl_implements : (tclass * t list) list;