diff options
author | Mark H Weaver <mhw@netris.org> | 2013-12-24 14:39:44 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2014-01-08 20:56:56 -0500 |
commit | b6203a189ba9e3bc8d72529528ab75b62a2c46e1 (patch) | |
tree | 65f9655efb934250f79bbd9d3c155e0de17000dd | |
parent | 265e7bd92a3d8720ca94d64443878d309250ecba (diff) | |
download | guile-b6203a189ba9e3bc8d72529528ab75b62a2c46e1.tar.gz |
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.
-rw-r--r-- | libguile/private-options.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |