gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] put :common-lisp in *features* too, when configured --en


From: Camm Maguire
Subject: Re: [Gcl-devel] put :common-lisp in *features* too, when configured --enable-ansi ?
Date: 02 Dec 2002 16:12:15 -0500

Greetings, and thanks for the patch!  I've just committed it.

Take care,

address@hidden (John Paul Wallington) writes:

> The HyperSpec entry for *features* says that:
> 
> :common-lisp
>    
>     This feature must appear in *features* for any implementation that has one
>     or more of the features :x3j13, :draft-ansi-cl, or :ansi-cl.
> 
> 
> Here is a patch to satisfy the requirement:
> 
> Index: ansi_cl.lisp
> ===================================================================
> RCS file: /cvsroot/gcl/gcl/unixport/ansi_cl.lisp,v
> retrieving revision 1.4
> diff -u -r1.4 ansi_cl.lisp
> --- ansi_cl.lisp      23 Oct 2002 13:34:20 -0000      1.4
> +++ ansi_cl.lisp      2 Dec 2002 12:19:10 -0000
> @@ -143,7 +143,8 @@
>  (unintern 'int)
>  (unintern 'shadow-system)
>  
> -(push ':ansi-cl *features*)
> +(push :common-lisp *features*)
> +(push :ansi-cl *features*)
>  
>  
> (rename-package 'common-lisp 'common-lisp '(cl))
>  (rename-package 'user 'common-lisp-user '(cl-user user))
> 
> 
> WDYT?
> 
> -- 
> John Paul Wallington
> 
> 
> 
> _______________________________________________
> 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]