From 81487aba829877ff573c15df8cce8184cab7ecb3 Mon Sep 17 00:00:00 2001 From: vsc Date: Fri, 23 Nov 2001 14:42:06 +0000 Subject: [PATCH] fix [user]. a:a(X). end_of_file. git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@193 b08c6af1-5177-4d33-ba66-4b1c6b8b522a --- pl/boot.yap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pl/boot.yap b/pl/boot.yap index a7054ce82..0b8fadd84 100644 --- a/pl/boot.yap +++ b/pl/boot.yap @@ -313,7 +313,7 @@ repeat :- '$repeat'. % not 100% compatible with SICStus Prolog, as SICStus Prolog would put % module prefixes all over the place, although unnecessarily so. % -'$go_compile_clause'(M:G,V,N) :- !, +'$go_compile_clause'(Mod:G,V,N) :- !, '$go_compile_clause'(G,V,N,Mod). '$go_compile_clause'((M:G :- B),V,N) :- !, '$current_module'(M1),