1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

Removed lingering declaration of removed function sloppy_mem_check.

This commit is contained in:
Mikael Djurfeldt 1998-11-05 15:06:30 +00:00
parent 4fdf8b2c76
commit 94b16acb85

View file

@ -418,8 +418,6 @@ scm_list_copy (lst)
/* membership tests (memq, memv, etc.) */
static void sloppy_mem_check SCM_P ((SCM obj, char * where, char * why));
SCM_PROC (s_sloppy_memq, "sloppy-memq", 2, 0, 0, scm_sloppy_memq);
SCM
scm_sloppy_memq(x, lst)