From ce1694aa157474679c4c373b1c490235b87c558a Mon Sep 17 00:00:00 2001 From: pmoura Date: Sun, 31 Dec 2006 19:30:11 +0000 Subject: [PATCH] Corrected typo in declaration of meta-predicate with_mutex/2. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1758 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- pl/modules.yap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pl/modules.yap b/pl/modules.yap index 439a10487..ebe20ffb4 100644 --- a/pl/modules.yap +++ b/pl/modules.yap @@ -514,7 +514,7 @@ source_module(Mod) :- use_module(:,?), use_module(?,:,?), when(?,:), - with_mutex(?,:), + with_mutex(+,:), ^(+,:), \+ : .