fix the op changes

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@2097 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2008-02-13 14:42:55 +00:00
parent d86f30a2eb
commit df0a199afb
3 changed files with 5 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: prolog_xref.pl,v 1.2 2008-02-12 18:10:48 vsc Exp $
/* $Id: prolog_xref.pl,v 1.3 2008-02-13 14:42:55 vsc Exp $
Part of SWI-Prolog
@@ -538,7 +538,7 @@ process_meta_predicate(Decl) :-
; meta_goal(Head, _)
)
-> true
; assert(meta_goal(Head, Meta))
; assert(prolog:meta_goal(Head, Meta))
).
meta_args(I, Arity, _, _, []) :-