From 4b19db742ded21381a34cbf44945240bbe2abd09 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Wed, 10 Jun 2009 11:36:28 -0500 Subject: [PATCH] fix module problems (obs from Paulo Moura). --- library/apply_macros.yap | 2 ++ library/wundgraphs.yap | 3 +-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/library/apply_macros.yap b/library/apply_macros.yap index a2f2eaf55..73ac514fd 100644 --- a/library/apply_macros.yap +++ b/library/apply_macros.yap @@ -4,6 +4,8 @@ % Purpose: Macros to apply a predicate to all elements % of a list or to all sub-terms of a term. +:- module(apply_macros, []). + :- reexport(maplist, [selectlist/3, checklist/2, maplist/2, diff --git a/library/wundgraphs.yap b/library/wundgraphs.yap index 3462d1512..fdb8d9d23 100644 --- a/library/wundgraphs.yap +++ b/library/wundgraphs.yap @@ -46,8 +46,7 @@ wdgraph_del_edges/3, wdgraph_del_vertex/3, wdgraph_edges/2, - wdgraph_neighbors/3, - wdgraph_symmetric_closure/2 + wdgraph_neighbors/3 ]). :- use_module(library(rbtrees),