[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] cleanup port-checking routines
From: |
Felix |
Subject: |
Re: [Chicken-hackers] [PATCH] cleanup port-checking routines |
Date: |
Thu, 29 Sep 2011 21:05:29 +0200 (CEST) |
From: Alan Post <address@hidden>
Subject: Re: [Chicken-hackers] [PATCH] cleanup port-checking routines
Date: Thu, 29 Sep 2011 06:03:38 -0601
> On Thu, Sep 29, 2011 at 03:40:42AM -0400, Felix wrote:
>> The attached patch introduces a native port-check routine and
>> various wrappers for checking port-direction and closed-status.
>> All uses of ##sys#check-port where changed accordingly and
>> redundant call to ##sys#check-port-mode where removed.
>>
>>
>> cheers,
>> felix
>
>> diff --git a/optimizer.scm b/optimizer.scm
>> index e0f4214..4e66027 100644
>> --- a/optimizer.scm
>> +++ b/optimizer.scm
>> @@ -1,4 +1,4 @@
>> -;;;; optimizer.scm - The CHICKEN Scheme compiler (optimizations)
>> +char;;;; optimizer.scm - The CHICKEN Scheme compiler (optimizations)
>> ;
>> ; Copyright (c) 2008-2011, The Chicken Team
>> ; Copyright (c) 2000-2007, Felix L. Winkelmann
>
> I don't think this file should be patched, as the patch looks to me like
> a typo.
Oh damn. Thanks.
\me crawls back under his stone
cheers,
felix