1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-24 20:30:28 +02:00

* init.c, init.h (scm_initialized_p): Renamed from `initialized'

and made global.
This commit is contained in:
Mikael Djurfeldt 2000-06-19 00:41:33 +00:00
parent 3785f31772
commit bf1b9494f7
2 changed files with 6 additions and 3 deletions

View file

@ -47,6 +47,8 @@
#include "libguile/__scm.h"
extern int scm_initialized_p;
extern void scm_boot_guile (int argc, char **argv,
void (*main_func) (void *closure,
int argc,