1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Small fix.

This commit is contained in:
Mikael Djurfeldt 1998-04-14 09:22:27 +00:00
parent fc1d67c47b
commit 2c2b06709f

View file

@ -56,7 +56,7 @@ extern scm_option scm_eval_opts[];
#define SCM_EVAL_STACK scm_eval_opts[0].val
#define SCM_N_EVAL_OPTIONS 1
extern scm_eval_stack;
extern int scm_eval_stack;
extern scm_option scm_evaluator_trap_table[];