From fec453340660acd01f1f89d96306ed492fd22f0f Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Tue, 1 Oct 1996 03:19:58 +0000 Subject: [PATCH] * 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". --- libguile/throw.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libguile/throw.h b/libguile/throw.h index a1b0b4572..9c8acdd76 100644 --- a/libguile/throw.h +++ b/libguile/throw.h @@ -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));