scm-discuss
[Top][All Lists]
Advanced

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

Re: [Scm-discuss] lingering reference to big2dbl() in scmhob.h


From: Aubrey Jaffer
Subject: Re: [Scm-discuss] lingering reference to big2dbl() in scmhob.h
Date: Sat, 21 Oct 2017 22:40:32 -0400

Steve VanDevender <address@hidden> writes:

 | scmhob.h contains a reference to big2dbl(), which the ChangeLog
 | indicates was renamed to int2dbl().  This can prevent some
 | Hobbit-compiled code from linking.

Thanks for your patch.

  * scmhob.h (PRE_TRANSC_FUN): big2dbl() --> int2dbl().

Made some other changes for GC reporting problem:

  * scm.h: (must_realloc, must_realloc_cell): Made olen and len
  arguments unsigned long.
  * repl.c, scm.h, sys.c(mallocated, lmallocated): Made unsigned long.
  * sys.c (igc_for_alloc): Made olen and size unsigned long.

The development version is updated:
http://groups.csail.mit.edu/mac/ftpdir/users/jaffer/scm.zip

Also, the CVS repository is updated:
https://savannah.gnu.org/cvs/?group=scm



reply via email to

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