diff options
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. */ |