1
Fork 0
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:
Marius Vollmer 2004-11-09 16:14:22 +00:00
parent 6cf0f51de8
commit 241b64d63f
6 changed files with 0 additions and 33 deletions

View file

@ -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 "