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 <[EMAIL PROTECTED]> 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                                            [EMAIL PROTECTED]
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah


_______________________________________________
Gcl-devel mailing list
Gcl-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/gcl-devel

Reply via email to