From b6203a189ba9e3bc8d72529528ab75b62a2c46e1 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Tue, 24 Dec 2013 14:39:44 -0500 Subject: [PATCH] Increment SCM_N_READ_OPTIONS for 'curly-infix' option. * libguile/private-options.h (SCM_N_READ_OPTIONS): Increment to 8. This should have been done when the 'curly-infix' was added. --- libguile/private-options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libguile/private-options.h b/libguile/private-options.h index ed0f314e5..4f580a640 100644 --- a/libguile/private-options.h +++ b/libguile/private-options.h @@ -69,6 +69,6 @@ SCM_INTERNAL scm_t_option scm_read_opts[]; #define SCM_HUNGRY_EOL_ESCAPES_P scm_read_opts[6].val #define SCM_CURLY_INFIX_P scm_read_opts[7].val -#define SCM_N_READ_OPTIONS 7 +#define SCM_N_READ_OPTIONS 8 #endif /* PRIVATE_OPTIONS */ -- 2.20.1