guile-cvs
[Top][All Lists]
Advanced

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

guile/guile-core/libguile script.c


From: Marius Vollmer
Subject: guile/guile-core/libguile script.c
Date: Mon, 16 Apr 2001 17:43:18 -0700

CVSROOT:        /cvs
Module name:    guile
Changes by:             01/04/16 17:43:18

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

Log message:
        Removed out-of-date comment.

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

Patches:
Index: guile/guile-core/libguile/script.c
diff -u guile/guile-core/libguile/script.c:1.37 
guile/guile-core/libguile/script.c:1.38
--- guile/guile-core/libguile/script.c:1.37     Sat Mar 10 08:56:06 2001
+++ guile/guile-core/libguile/script.c  Mon Apr 16 17:43:18 2001
@@ -411,16 +411,7 @@
    probably agree.  I'd say I didn't feel comfortable doing that in
    the present system.  You'd say, well, fix the system so you are
    comfortable doing that.  I'd agree again.  *shrug*
-
-   We load the ice-9 system from here.  It might be nicer if the
-   libraries initialized from the inner_main function in guile.c (which
-   will be auto-generated eventually) could assume ice-9 were already
-   loaded.  Then again, it might be nice if ice-9 could assume that
-   certain libraries were already loaded.  The solution is to break up
-   ice-9 into modules which can be frozen and statically linked like any
-   other module.  Then all the modules can describe their dependencies in
-   the usual way, and the auto-generated inner_main will do the right
-   thing. */
+ */
 
 static char guile[] = "guile";
 



reply via email to

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