modules stuff fixes (yes, again).

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@975 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2004-02-10 01:07:46 +00:00
parent 3e468eea4e
commit 31b6bedf67
8 changed files with 61 additions and 58 deletions

View File

@@ -774,10 +774,6 @@ version(T) :-
'$assert_version'(T) :- recordz('$version',T,_), fail.
'$assert_version'(_).
term_hash(X,Y) :-
term_hash(X,-1,16'1000000,Y).
'$set_toplevel_hook'(_) :-
recorded('$toplevel_hooks',_,R),
erase(R),