guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Per-port read options, reader directives, SRFI-105


From: Ludovic Courtès
Subject: Re: [PATCH] Per-port read options, reader directives, SRFI-105
Date: Tue, 23 Oct 2012 22:45:41 +0200
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)

Mark H Weaver <address@hidden> skribis:

> From 7d3e732311e814209c3106ad8c16df1b8d5a1670 Mon Sep 17 00:00:00 2001
> From: Mark H Weaver <address@hidden>
> 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

[Prev in Thread] Current Thread [Next in Thread]