* gc.h (scm_get_stack_base): Added prototype.
authorMarius Vollmer <mvo@zagadka.de>
Wed, 11 Oct 2000 19:22:06 +0000 (19:22 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Wed, 11 Oct 2000 19:22:06 +0000 (19:22 +0000)
* init.c (scm_get_stack_base): Removed prototype.

libguile/init.c

index 01cb4eb..60ea523 100644 (file)
@@ -449,8 +449,6 @@ scm_boot_guile (int argc, char ** argv, void (*main_func) (), void *closure)
   scm_boot_guile_1 (&dummy, &c);
 }
 
-extern void *scm_get_stack_base ();
-
 void
 scm_init_guile ()
 {