[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: |
Peter Bex |
Subject: |
Re: [Chicken-hackers] [PATCH] compile-file: options override default options |
Date: |
Fri, 16 Mar 2012 11:19:43 +0100 |
User-agent: |
Mutt/1.4.2.3i |
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 ;)
Cheers,
Peter
--
http://sjamaan.ath.cx
--
"The process of preparing programs for a digital computer
is especially attractive, not only because it can be economically
and scientifically rewarding, but also because it can be an aesthetic
experience much like composing poetry or music."
-- Donald Knuth