mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 22:31:12 +02:00
(scm_tc7_byvect): Commented out.
This commit is contained in:
parent
e0e496707b
commit
54c83b6249
1 changed files with 2 additions and 0 deletions
|
@ -446,7 +446,9 @@ typedef unsigned long scm_t_bits;
|
|||
#define scm_tc7_cvect 53
|
||||
#define scm_tc7_svect 55
|
||||
#define scm_tc7_bvect 71
|
||||
#if 0
|
||||
#define scm_tc7_byvect 77
|
||||
#endif
|
||||
#define scm_tc7_ivect 79
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue