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
This commit is contained in:
parent
139e50a1ca
commit
ce1694aa15
@ -514,7 +514,7 @@ source_module(Mod) :-
|
|||||||
use_module(:,?),
|
use_module(:,?),
|
||||||
use_module(?,:,?),
|
use_module(?,:,?),
|
||||||
when(?,:),
|
when(?,:),
|
||||||
with_mutex(?,:),
|
with_mutex(+,:),
|
||||||
^(+,:),
|
^(+,:),
|
||||||
\+ : .
|
\+ : .
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user