gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Re: gentemp bug (and fix, maybe)


From: Camm Maguire
Subject: [Gcl-devel] Re: gentemp bug (and fix, maybe)
Date: 22 Mar 2006 16:26:12 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!  Should be done now.

Take care,

Robert Boyer <address@hidden> writes:

> I believe that one of the ANSI tests detects the fact that the (deprecated)
> function GENTEMP is not accepting a package designator.  I think below is a
> fix, and the justifying ANSI text, for easy of reference.
> 
> -------------------------------------------------------------------------------
> 
> In symbol.d
> 
> after:        check_type_string(&prefix);
> 
> put
>         if (type_of(pack)!=t_package) 
>            {object tem; 
>             tem=find_package(pack);
>             if (tem==Cnil) FEerror("No package named ~a exists",1,pack); 
>             pack=tem;}
> 
> and delete or comment out:
> 
> /*    
>         check_type_package(&pack);
> */
> 
> -------------------------------------------------------------------------------
> 
> %%% ========== GENTEMP
> \begincom{gentemp} Function
> 
> Syntax::
> 
> \DefunWithValues gentemp {&optional prefix package} {new-symbol}
> 
> Arguments and Values::
> 
> prefix---a string.
>  \Default{"T"}
> 
> package---a package designator.
>  \Default{the current package}
> 
> 
> 
> 

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