diff options
Diffstat (limited to 'libguile/eval.h')
-rw-r--r-- | libguile/eval.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libguile/eval.h b/libguile/eval.h index 4bd167f48..133d8b4c2 100644 --- a/libguile/eval.h +++ b/libguile/eval.h @@ -53,14 +53,14 @@ /* {Options} */ -extern scm_option_t scm_eval_opts[]; +extern scm_t_option scm_eval_opts[]; #define SCM_EVAL_STACK scm_eval_opts[0].val #define SCM_N_EVAL_OPTIONS 1 extern long scm_eval_stack; -extern scm_option_t scm_evaluator_trap_table[]; +extern scm_t_option scm_evaluator_trap_table[]; extern SCM scm_eval_options_interface (SCM setting); |