1
Fork 0
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:
Mikael Djurfeldt 1999-03-21 10:08:59 +00:00
parent e059c0b79b
commit 4df91bd689

View file

@ -95,7 +95,9 @@ char *scm_isymnames[] =
"#<undefined>",
"#<eof>",
"()",
"#<unspecified>"
"#<unspecified>",
"#@dispatch",
"#@hash-dispatch"
};
scm_option scm_print_opts[] = {