Added prototype for on_exit
authorMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 2 Sep 1999 15:15:12 +0000 (15:15 +0000)
committerMikael Djurfeldt <djurfeldt@nada.kth.se>
Thu, 2 Sep 1999 15:15:12 +0000 (15:15 +0000)
libguile/gc.c

index 89c03a2..a00c892 100644 (file)
@@ -1863,6 +1863,8 @@ static void
 cleanup (void)
 #else
 #ifdef HAVE_ON_EXIT
+extern int on_exit (void (*procp) (), int arg);
+
 static void
 cleanup (int status, void *arg)
 #else