updated to Logtalk 2.9.1

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@212 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
pmoura
2001-12-06 00:04:14 +00:00
parent b77427df89
commit 6855745dff
18 changed files with 238 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
:- object(descendant1,
imports(interface),
extends(prototype1)).
:- end_object.

View File

@@ -0,0 +1,6 @@
:- object(descendant2,
imports(interface),
extends(prototype2)).
:- end_object.

View File

@@ -0,0 +1,6 @@
:- object(descendant3,
imports(interface),
extends(prototype3)).
:- end_object.