1
Fork 0
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:
Marius Vollmer 2001-04-24 23:28:36 +00:00
parent bcdab802c9
commit 07de6c4737

View file

@ -704,10 +704,8 @@ gh_uniform_vector_ref (SCM v, SCM ilist)
`vec' argument.
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:
should this be SCM_UNSPECIFIED? Can a symbol ever legitimately be
bound to SCM_UNDEFINED or SCM_UNSPECIFIED? What is the difference?
-twp] */
SCM_UNDEFINED if SNAME is not bound in the given context.
*/
SCM
gh_lookup (const char *sname)