mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +02:00
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.
This commit is contained in:
parent
265e7bd92a
commit
b6203a189b
1 changed files with 1 additions and 1 deletions
|
@ -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_HUNGRY_EOL_ESCAPES_P scm_read_opts[6].val
|
||||||
#define SCM_CURLY_INFIX_P scm_read_opts[7].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 */
|
#endif /* PRIVATE_OPTIONS */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue