[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-hackers] [PATCH] compile-file: options override default opt
From: |
Christian Kellermann |
Subject: |
Re: [Chicken-hackers] [PATCH] compile-file: options override default options |
Date: |
Fri, 16 Mar 2012 11:22:31 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
* Peter Bex <address@hidden> [120316 11:21]:
> On Fri, Mar 16, 2012 at 09:36:05AM +0100, Christian Kellermann wrote:
> > > the default compilation options (previously the default options were
> > > always added to the options given).
> >
> > > - (lambda (filename #!key (options '()) output-file (load #t) verbose)
> > > + (lambda (filename #!key options output-file (load #t) verbose)
> >
> > This should read (options #f) I think.
>
> That is the default for DSSSL arguments when no default is supplied ;)
>
Oh my bad, I read the patch in reverse...