mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-16 08:40:19 +02:00
Do no longer handle scm_tc7_bvect bitvectors.
This commit is contained in:
parent
6cf0f51de8
commit
241b64d63f
6 changed files with 0 additions and 33 deletions
|
@ -248,10 +248,6 @@ scm_gc_mark_dependencies (SCM p)
|
|||
goto gc_mark_loop;
|
||||
}
|
||||
#endif
|
||||
#if SCM_HAVE_ARRAYS
|
||||
case scm_tc7_bvect:
|
||||
break;
|
||||
#endif
|
||||
|
||||
case scm_tc7_string:
|
||||
ptr = scm_i_string_mark (ptr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue