mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
* print.c (scm_isymnames): Added #@dispatch and #@hash-dispatch.
This commit is contained in:
parent
e059c0b79b
commit
4df91bd689
1 changed files with 3 additions and 1 deletions
|
@ -95,7 +95,9 @@ char *scm_isymnames[] =
|
|||
"#<undefined>",
|
||||
"#<eof>",
|
||||
"()",
|
||||
"#<unspecified>"
|
||||
"#<unspecified>",
|
||||
"#@dispatch",
|
||||
"#@hash-dispatch"
|
||||
};
|
||||
|
||||
scm_option scm_print_opts[] = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue