diff options
author | Marius Vollmer <mvo@zagadka.de> | 2001-04-17 00:43:18 +0000 |
---|---|---|
committer | Marius Vollmer <mvo@zagadka.de> | 2001-04-17 00:43:18 +0000 |
commit | ac16426b15644eed9948b38b0e06824096d7b3d4 (patch) | |
tree | ea24ef7007ef236186df1181768e015d3b9cc60d /libguile/script.c | |
parent | 813c57db520698f8aa648f779ade8586298be2c4 (diff) | |
download | guile-ac16426b15644eed9948b38b0e06824096d7b3d4.tar.gz |
Removed out-of-date comment.
Diffstat (limited to 'libguile/script.c')
-rw-r--r-- | libguile/script.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/libguile/script.c b/libguile/script.c index 0db21e994..ae2a738e0 100644 --- a/libguile/script.c +++ b/libguile/script.c @@ -411,16 +411,7 @@ SCM_SYMBOL (sym_quit, "quit"); 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"; |