mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 07:30:32 +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
|
@ -598,11 +598,6 @@ iprin1 (SCM exp, SCM port, scm_print_state *pstate)
|
|||
}
|
||||
EXIT_NESTED_DATA (pstate);
|
||||
break;
|
||||
#if SCM_HAVE_ARRAYS
|
||||
case scm_tc7_bvect:
|
||||
scm_raprin1 (exp, port, pstate);
|
||||
break;
|
||||
#endif
|
||||
case scm_tcs_subrs:
|
||||
scm_puts (SCM_SUBR_GENERIC (exp)
|
||||
? "#<primitive-generic "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue