more small fixes

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1431 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2005-10-31 12:27:54 +00:00
parent c1e67345cf
commit b8d0396939
8 changed files with 34 additions and 18 deletions

View File

@@ -4,7 +4,7 @@
%
% Author: Nuno Fonseca (nunofonseca@acm.org)
% Date: 2005-05-14
% $Id: ypp.yap,v 1.2 2005-10-28 17:38:50 vsc Exp $
% $Id: ypp.yap,v 1.3 2005-10-31 12:27:54 vsc Exp $
%
%====================================================================================
@@ -55,7 +55,7 @@ ypp_consult(File):-
ypp_reconsult(File):-
(get_state(on)->ypp_file(File,NFile);NFile=File),
reconsult(NFile),
reconsult(NFile).
%====================================================================================
% Private Predicates
%====================================================================================