Mark H Weaver <m...@netris.org> skribis:

> From 7d3e732311e814209c3106ad8c16df1b8d5a1670 Mon Sep 17 00:00:00 2001
> From: Mark H Weaver <m...@netris.org>
> Date: Mon, 22 Oct 2012 23:28:56 -0400
> Subject: [PATCH 2/9] Minor tweaks to delimiter handling in read.c
>
> * libguile/read.c (CHAR_IS_R5RS_DELIMITER, CHAR_IS_DELIMITER): Move the
>   '[' and ']' delimiters from CHAR_IS_R5RS_DELIMITER to
>   CHAR_IS_DELIMITER.  Parenthesize all references to the macro
>   parameter.  Don't check the global square-brackets read option until
>   after we know the character is '[' or ']'.
>   (scm_read_sexp): Don't check the global square-brackets read option
>   until after we know the character is ']'.

OK.

Ludo'.


Reply via email to