guile-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

guile/guile-core/libguile gh_data.c


From: Marius Vollmer
Subject: guile/guile-core/libguile gh_data.c
Date: Tue, 24 Apr 2001 16:28:37 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:     Marius Vollmer <>       01/04/24 16:28:36

Modified files:
        guile-core/libguile: gh_data.c 

Log message:
        * gh_data.c: Removed FIXME comment about gh_lookup returning
        SCM_UNDEFINED.  That's the right thing to do.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/guile/guile-core/libguile/gh_data.c.diff?cvsroot=OldCVS&tr1=1.55&tr2=1.56&r1=text&r2=text

Patches:
Index: guile/guile-core/libguile/gh_data.c
diff -u guile/guile-core/libguile/gh_data.c:1.55 
guile/guile-core/libguile/gh_data.c:1.56
--- guile/guile-core/libguile/gh_data.c:1.55    Tue Apr 10 00:57:05 2001
+++ guile/guile-core/libguile/gh_data.c Tue Apr 24 16:28:36 2001
@@ -704,10 +704,8 @@
    `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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]