Small fixes. Gets to the REPL and `abort ()'s soon after.
authorLudovic Courtes <ludovic.courtes@laas.fr>
Sun, 2 Apr 2006 21:04:30 +0000 (21:04 +0000)
committerLudovic Courtès <ludo@gnu.org>
Thu, 4 Sep 2008 22:46:07 +0000 (00:46 +0200)
commitc812243ba15a9d13bb6f1876892e7a1efea9bf4e
treef98d42018d65072f7542cae879f2ee45925a9e35
parent26224b3f5d795e523e921ec32ffec424893ea035
Small fixes.  Gets to the REPL and `abort ()'s soon after.

* libguile/inline.h (scm_cell): Re-added comment about the assignment
  order of CAR/CDR.

* libguile/srcprop.c (scm_make_srcprops): Use `scm_gc_malloc ()' instead
  of `malloc' + `scm_gc_register_collectable_memory ()'.

* libguile/threads.c (guilify_self_1): Likewise.
  (guilify_self_2): Likewise.

* libguile/strings.c (make_stringbuf): Use `GC_MALLOC_ATOMIC ()' instead
  of `scm_gc_malloc ()'.

git-archimport-id: lcourtes@laas.fr--2005-libre/guile-core--boehm-gc--1.9--patch-2
libguile/inline.h
libguile/srcprop.c
libguile/strings.c
libguile/threads.c