From 8a6d7c7ccc71bd3cd1887af92f19627c05b4be08 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sat, 18 Oct 1997 00:20:50 +0000 Subject: [PATCH] * 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! --- libguile/tags.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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! -- 2.20.1