From 3cdac5ead76c16bbf68be92a086c0b9ab72ad3b9 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sun, 7 Jan 2018 01:45:19 -0800 Subject: term: move near site of use. * eval.c (term): Function here from lib.c, and changed to static. It is used only by iapply. * lib.c (term): Function moved to eval.c. * lib.h (term): Declaration removed. --- lib.h | 1 - 1 file changed, 1 deletion(-) (limited to 'lib.h') diff --git a/lib.h b/lib.h index 6a65e617..cb91f751 100644 --- a/lib.h +++ b/lib.h @@ -535,7 +535,6 @@ val conses(val list); val lazy_conses(val list); val listref(val list, val ind); loc tail(val cons); -loc term(loc head); val lastcons(val list); val last(val list, val n); val nthlast(val pos, val list); -- cgit v1.2.3