reader options macros incorrect when SCM_ENABLE_ELISP undefined
authorMichael Gran <spk121@yahoo.com>
Sun, 17 Jan 2010 21:40:18 +0000 (13:40 -0800)
committerMichael Gran <spk121@yahoo.com>
Sun, 17 Jan 2010 21:40:18 +0000 (13:40 -0800)
commit870d7a2b4f397a4619553b0f9798b6e8b3ed173e
tree51d77f3458f88e31075bf07e4fe861593461fe1f
parent445f31fc06d338f0cafda188d0287f935c2edc3c
reader options macros incorrect when SCM_ENABLE_ELISP undefined

When compiled with SCM_ENABLE_ELISP undefined, the reader options
macros SCM_R6RS_ESCAPES_P and SCM_SQUARE_BRACKETS_P point past
the end of the scm_read_opts struct.

*libguile/private-options.h (SCM_R6RS_ESCAPES_P) [!SCM_ENABLE_ELISP]: modified
 (SCM_SQUARE_BRACKETS_P) [!SCM_ENABLE_ELISP]: modified
 (SCM_N_READ_OPTIONS): modified
libguile/private-options.h