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:
parent
7f759d7993
commit
fec4533406
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue