1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 14:30:34 +02:00

* root.c: Added #include "genio.h", #include "smob.h", #include

"pairs.h", #include "throw.h", #include "dynwind.h", #include
"eval.h"
(scm_init_root): Added #include "root.x".
This commit is contained in:
Mikael Djurfeldt 1996-10-01 03:19:58 +00:00
parent 7f759d7993
commit fec4533406

View file

@ -47,6 +47,7 @@
#include "libguile/__scm.h"
extern SCM scm_catch SCM_P ((SCM tag, SCM thunk, SCM handler));
extern SCM scm_ithrow SCM_P ((SCM key, SCM args, int noreturn));
extern SCM scm_throw SCM_P ((SCM key, SCM args));