gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] ANSI compliance bug (high priority): NTH-VALUE is not d


From: Camm Maguire
Subject: Re: [Gcl-devel] ANSI compliance bug (high priority): NTH-VALUE is not defined
Date: 18 Sep 2002 23:26:02 -0400

Greetings!  OK, this is in -- working on others.

Take care,

"Paul F. Dietz" <address@hidden> writes:

> Compiled with --enable-ansi, the macro NTH-VALUE is not defined
> in gcl:
> 
> >(nth-value 1 (values 1 2 3))
>  
> Error in EVAL [or a callee]: The function NTH-VALUE is undefined.
>  
> 
> This should be easy to add:
> 
> (defmacro nth-value (n expr)
>   `(nth ,n (multiple-value-list ,expr)))
> 
> 
>       Paul Dietz
>       address@hidden
> 
> 
> _______________________________________________
> Gcl-devel mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/gcl-devel
> 
> 

-- 
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]