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:
parent
527da70434
commit
8a6d7c7ccc
1 changed files with 3 additions and 1 deletions
|
@ -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!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue