[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] Simplify header file inclusion
From: |
Evan Hanson |
Subject: |
Re: [Chicken-hackers] [PATCH] Simplify header file inclusion |
Date: |
Tue, 26 Nov 2013 21:52:24 +1300 |
On 2013-11-24 20:48, Peter Bex wrote:
> The patch simply rearranges some header files and simplifies
> several .scm files as many headers are unnecessary since they
> they already are included by chicken.h. I also got rid of several
> messy preprocessor conditionals.
>
> [...]
>
> I've tested on Linux, NetBSD, Haiku, cygwin, mingw and mingw-msys.
This tests good on Linux, Mac OS X, FreeBSD and OpenBSD here. I was able
to retrace your logic for these, as well (with the exception of the
Haiku conditional, which isn't clear to me but it sounds like it works),
so I've pushed this.
Evan