mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +02:00
Add stringbuf printer
* libguile/strings.h: * libguile/strings.c (scm_i_print_stringbuf): * libguile/print.c (iprin1): Add a printer for stringbufs. The disassembler can print a stringbuf.
This commit is contained in:
parent
0f676d8725
commit
db07176665
3 changed files with 22 additions and 0 deletions
|
@ -179,6 +179,8 @@ SCM_API SCM scm_makfromstrs (int argc, char **argv);
|
|||
#define SCM_I_STRINGBUF_F_SHARED 0x100
|
||||
#define SCM_I_STRINGBUF_F_WIDE 0x400
|
||||
|
||||
SCM_INTERNAL void scm_i_print_stringbuf (SCM exp, SCM port,
|
||||
scm_print_state *pstate);
|
||||
|
||||
/* internal accessor functions. Arguments must be valid. */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue