chicken-hackers
[Top][All Lists]
Advanced

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

Re: [Chicken-hackers] [PATCH 0/1] Fix spurious array bounds warnings on


From: John Cowan
Subject: Re: [Chicken-hackers] [PATCH 0/1] Fix spurious array bounds warnings on OpenBSD
Date: Sat, 21 Jan 2017 13:34:34 -0500


On Sat, Jan 21, 2017 at 9:09 AM, Peter Bex <address@hidden> wrote:

I still think it's much better to declare that CHICKEN requires a C99
compatible compiler, and remove the conditional, using [] always.

I strongly agree.  Chicken's build system already makes fairly strong assumptions about the compiler: it works with modern versions of gcc or with clang, not with Joe's Own C Compiler.  There is no reason not to do C99 things, especially when they express meaning better and are illegal in C89 for no good reason.

-- 
John Cowan          http://vrici.lojban.org/~cowan        address@hidden
It was impossible to inveigle
Georg Wilhelm Friedrich Hegel
Into offering the slightest apology
For his Phenomenology.                      --W. H. Auden, from "People" (1953) 




reply via email to

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