gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: (max) => -infinity?


From: Camm Maguire
Subject: [Gcl-devel] Re: (max) => -infinity?
Date: 17 May 2006 14:58:27 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!  I believe the only such case is when compiling code
containing '(max).  To be sure, you can (si::use-fast-links nil)(trace
(compiler::super-range :entry (when (and (= (length si::arglist) 1)
(eq (car si::arglist) 'max)) (break)))) and then :bt.

Take care,

Robert Boyer <address@hidden> writes:

> Is it possible that it is an oversight that there exists a
> call to GCL 2.7.0's 'compile-file' that will give rise to a
> call of
> 
>    (compiler::mfc 'max)
> 
> that will result in a call of
> 
>    (apply 'max nil)
> 
> which will result in the error
> 
>    Error in MAX [or a callee]: MAX [or a callee] requires more than zero 
> arguments.
> 
> Thanks,
> 
> Bob
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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