From e16539acc8c146b7a4fb9e5b6fbe180204859cdd Mon Sep 17 00:00:00 2001 From: Alex AUVOLAT Date: Mon, 16 Dec 2013 23:49:49 +0100 Subject: =?UTF-8?q?Abandon=20de=20l'h=C3=A9ritage=20multiple=20;=20h=C3=A9?= =?UTF-8?q?ritage=20simple=20mis=20en=20place.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/ast.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/ast.ml') diff --git a/src/ast.ml b/src/ast.ml index c204ff8..48a2de3 100644 --- a/src/ast.ml +++ b/src/ast.ml @@ -84,8 +84,7 @@ type proto = { type cls_mem = | CVar of var_type * ident - | CMethod of proto - | CVirtualMethod of proto + | CMethod of proto * bool (* is method virtual *) type cls = { c_name : tident; -- cgit v1.2.3