gcl-devel
[Top][All Lists]
Advanced

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

[Gcl-devel] Little suggestion


From: Vadim V. Zhytnikov
Subject: [Gcl-devel] Little suggestion
Date: Sun, 29 Feb 2004 18:38:16 +0300
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; ru-RU; rv:1.5) Gecko/20031006

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>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]