gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Little suggestion


From: Camm Maguire
Subject: Re: [Gcl-devel] Little suggestion
Date: 02 Mar 2004 19:29:57 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Hi Vadim!  Done.  Also, I've reworked the plt bit and desperately need
you to retest.  I hope you don't mind, but the first go round is not
very portable.  All should be checked into both branches now.  I also
expect that it will still work, but need confirmation.

Take care,

"Vadim V. Zhytnikov" <address@hidden> writes:

> Building Axiom with current GCL 2.6.1 CVS I've
> noticed some unwelcome (IMHO) message at the beginning
> of Axiom session which comes out of allocate-contiguous-pages
> function.  There is code in the alloc.c:
> =========================================================
>    if  (npages  < 0)
>      FEerror("Allocate requires positive argument.", 0);
>    if (ncbpage > npages) {
>      printf("Allocate contiguous %ld: %d already there
> pages",npages,ncbpage);
> ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
>      npages=ncbpage;
>    }
> =========================================================
> It seems to me that GCL should not issue second
> message.  This is not an error.  I even doubt that
> this situation worth a warning message.
> 
> 
> -- 
>       Vadim V. Zhytnikov
> 
>        <address@hidden>
>       <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]