commits have no end of file.

This commit is contained in:
Vítor Santos Costa 2011-06-21 15:09:30 +01:00
parent 7e7bc06d07
commit 42ebf1db4b

View File

@ -633,6 +633,8 @@ static Int
} else {
Yap_clean_tokenizer(tokstart, LOCAL_VarTable, LOCAL_AnonVarTable, LOCAL_Comments);
if (store_comments && !Yap_unify(LOCAL_Comments, ARG7))
return FALSE;
return Yap_unify_constant(ARG2, MkAtomTerm (AtomEof))
&& Yap_unify_constant(ARG4, TermNil);
}