From 24c26504727006027fac71fd32565a6225c193c3 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Wed, 27 Aug 2008 00:43:40 +0100 Subject: [PATCH] get rid of suprious definition of $message --- library/swi.yap | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/swi.yap b/library/swi.yap index 86def1547..3b4ebdf8c 100644 --- a/library/swi.yap +++ b/library/swi.yap @@ -282,8 +282,6 @@ cvt_bindings([[Name|Value]|L],[AName=Value|Bindings]) :- atom_codes(AName, Name), cvt_bindings(L,Bindings). -'$messages':prolog_message(_,L,L). - prolog:working_directory(OCWD,NCWD) :- getcwd(OCWD), (var(NCWD) -> true ; cd(NCWD)).