fix integer as DBRef

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@971 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2004-02-09 14:19:05 +00:00
parent 0df93ffc6e
commit cfd3683891
18 changed files with 182 additions and 108 deletions

View File

@@ -774,9 +774,6 @@ version(T) :-
'$assert_version'(T) :- recordz('$version',T,_), fail.
'$assert_version'(_).
term_variables(Term, L) :-
'$variables_in_term'(Term, [], L).
term_hash(X,Y) :-
term_hash(X,-1,16'1000000,Y).