diff options
-rw-r--r-- | libguile/tags.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libguile/tags.h b/libguile/tags.h index 36848c31f..6497d87e2 100644 --- a/libguile/tags.h +++ b/libguile/tags.h @@ -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! |