mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 15:40:19 +02:00
* print.c (scm_isymnames): Printed representation.
This commit is contained in:
parent
c85897471a
commit
ccd0e478a6
1 changed files with 3 additions and 1 deletions
|
@ -109,7 +109,9 @@ char *scm_isymnames[] =
|
||||||
"#@0-cond",
|
"#@0-cond",
|
||||||
"#@0-ify",
|
"#@0-ify",
|
||||||
"#@1-ify",
|
"#@1-ify",
|
||||||
"#@bind"
|
"#@bind",
|
||||||
|
|
||||||
|
"#@delay"
|
||||||
};
|
};
|
||||||
|
|
||||||
scm_option scm_print_opts[] = {
|
scm_option scm_print_opts[] = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue