- Totally untested. Otherwise, niagree should work ;)

This commit is contained in:
ccremers
2004-07-25 18:24:50 +00:00
parent 9723fff382
commit 3ddedb6f7f
6 changed files with 149 additions and 10 deletions

View File

@@ -220,7 +220,7 @@ termlistAppend (const Termlist tl, const Term term)
* Mimics a basic set type behaviour.
*/
Termlist
termlistAddNew (const Termlist tl, const term t)
termlistAddNew (const Termlist tl, const Term t)
{
if (inTermlist (tl, t))
return tl;