1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-28 16:00:22 +02:00

* tags.h (scm_tc7_substring): Changed the comment and code to

conform with the changes below.  Folks!  We have suddenly two new
free tc7 codes!!!  Jummy, jummy!
This commit is contained in:
Mikael Djurfeldt 1997-10-18 00:20:50 +00:00
parent 527da70434
commit 8a6d7c7ccc

View file

@ -329,10 +329,12 @@ typedef long SCM;
#define scm_tc7_vector 13
#define scm_tc7_wvect 15
/* a quad, two couples, two trists */
/* couple */
#define scm_tc7_string 21
#define scm_tc7_substring 23
/* 29 and 31 are free! */
/* Many of the following should be turned
* into structs or smobs. We need back some
* of these 7 bit tags!