1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-11 14:21:10 +02:00

Started moving gh.c to acknowledging conservative GC; gh_test core dumps,

but at least it compiles for now.
This commit is contained in:
Mark Galassi 1996-10-21 17:28:13 +00:00
parent 5dbb2c62b9
commit 4b89050f0b

View file

@ -317,7 +317,7 @@ typedef long setjmp_type;
* prohibited.
*/
static int scm_boot_guile_1 SCM_P ((SCM_STACKITEM *base,
int scm_boot_guile_1 SCM_P ((SCM_STACKITEM *base,
char **result,
int argc, char **argv,
FILE *in, FILE *out, FILE *err,
@ -341,7 +341,7 @@ scm_boot_guile (result, argc, argv, in, out, err, init_func, boot_cmd)
init_func, boot_cmd);
}
static int
int
scm_boot_guile_1 (base, result, argc, argv, in, out, err, init_func, boot_cmd)
SCM_STACKITEM *base;
char ** result;