gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] ansi_cl patch


From: Camm Maguire
Subject: Re: [Gcl-devel] ansi_cl patch
Date: 22 Oct 2002 20:39:10 -0400

Hi Peter!  This looks fine to me.

Take care, and thanks!

Peter Wood <address@hidden> writes:

> --x+6KMIRAuhnl3hBn
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: inline
> 
> Hi 
> 
> This patch adds #'copy-structure to the COMMON-LISP and USER packages.
> 
> May I commit it?
> 
> Regards,
> Peter
> --x+6KMIRAuhnl3hBn
> Content-Type: text/plain; charset=us-ascii
> Content-Disposition: attachment; filename="ansi_cl.lisp.patch"
> 
> 71a72,81
> > ;anything in "SYSTEM" which should go in "COMMON-LISP"
> > ;can be added to shadow-system
> > (setf shadow-system '(system::copy-structure))
> > 
> > (do-external-symbols (s "SYSTEM")
> >                  (when (member s shadow-system)
> >                    (shadowing-import (list s) "COMMON-LISP")
> >                    (shadowing-import (list s) "USER")))
> >                      
> > 
> 129a140
> > (makunbound 'shadow-system)
> 132a144
> > (unintern 'shadow-system)
> 
> --x+6KMIRAuhnl3hBn--
> 
> 
> _______________________________________________
> 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]