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:
parent
4fdf8b2c76
commit
94b16acb85
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue