[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MIT-Scheme-devel] syntax.c
From: |
Matt Birkholz |
Subject: |
Re: [MIT-Scheme-devel] syntax.c |
Date: |
Tue, 20 Mar 2018 11:26:43 -0700 |
On Tue, 2018-03-20 at 18:00 +0000, Taylor R Campbell wrote:
> I don't really care, but can't you just add /*FALLTHROUGH*/
> annotations to appease GCC?
I added /* fall through */ in a few places, but the syntax.c code was
unfamiliar and I could not say if I was looking at a bug there. If I
read it enough to understand it, I would be tempted to re-code it in
Scheme, especially if there are unicode-aware procedures to help.