mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 02:00:26 +02:00
Merge remote-tracking branch 'origin/stable-2.0'
Moved scm_i_struct_hash from struct.c to hash.c and made it static. The port's alist is now a field of 'scm_t_port'. Conflicts: libguile/arrays.c libguile/hash.c libguile/ports.c libguile/print.h libguile/read.c
This commit is contained in:
commit
fa980bcc0f
53 changed files with 1677 additions and 531 deletions
|
@ -132,6 +132,10 @@ typedef struct
|
|||
scm_t_port_encoding_mode encoding_mode;
|
||||
scm_t_string_failed_conversion_handler ilseq_handler;
|
||||
scm_t_iconv_descriptors *iconv_descriptors;
|
||||
|
||||
/* an alist for storing additional information
|
||||
(e.g. used to store per-port read options) */
|
||||
SCM alist;
|
||||
} scm_t_port;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue