diff options
author | Mark Galassi <mark+savannah@galassi.org> | 1997-11-25 17:20:23 +0000 |
---|---|---|
committer | Mark Galassi <mark+savannah@galassi.org> | 1997-11-25 17:20:23 +0000 |
commit | 5aadf8c195a19fb2026e07633c1feaffc5f76d60 (patch) | |
tree | 0f973ec99580e3990acf02219f3f4cdab9703d5e /libguile/gh_init.c | |
parent | ef5d3ae17549e4da69dbbba316f5722a5d2f9ea0 (diff) | |
download | guile-5aadf8c195a19fb2026e07633c1feaffc5f76d60.tar.gz |
completing changes to gh_repl and uniform array stuff
Diffstat (limited to 'libguile/gh_init.c')
-rw-r--r-- | libguile/gh_init.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libguile/gh_init.c b/libguile/gh_init.c index eb6858bd2..84629ebf8 100644 --- a/libguile/gh_init.c +++ b/libguile/gh_init.c @@ -62,7 +62,6 @@ gh_launch_pad (void *closure, int argc, char **argv) exit (0); } - /* starts up the Scheme interpreter, and stays in it. c_main_prog() is the address of the user's main program, since gh_enter() never returns. */ |