mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-22 04:30:19 +02:00
* gh_data.c: Removed FIXME comment about gh_lookup returning
SCM_UNDEFINED. That's the right thing to do.
This commit is contained in:
parent
bcdab802c9
commit
07de6c4737
1 changed files with 2 additions and 4 deletions
|
@ -704,10 +704,8 @@ gh_uniform_vector_ref (SCM v, SCM ilist)
|
||||||
`vec' argument.
|
`vec' argument.
|
||||||
|
|
||||||
The return value is the Scheme object to which SNAME is bound, or
|
The return value is the Scheme object to which SNAME is bound, or
|
||||||
SCM_UNDEFINED if SNAME is not bound in the given context. [FIXME:
|
SCM_UNDEFINED if SNAME is not bound in the given context.
|
||||||
should this be SCM_UNSPECIFIED? Can a symbol ever legitimately be
|
*/
|
||||||
bound to SCM_UNDEFINED or SCM_UNSPECIFIED? What is the difference?
|
|
||||||
-twp] */
|
|
||||||
|
|
||||||
SCM
|
SCM
|
||||||
gh_lookup (const char *sname)
|
gh_lookup (const char *sname)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue