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:
parent
5dbb2c62b9
commit
4b89050f0b
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue