Type-limits error in GC environment initialization
authorMichael Gran <spk121@yahoo.com>
Fri, 21 Aug 2009 04:31:58 +0000 (21:31 -0700)
committerMichael Gran <spk121@yahoo.com>
Fri, 21 Aug 2009 04:40:00 +0000 (21:40 -0700)
commit68a30f5730e73b9792565c3c99b5724752472a85
tree014b9db01627780f18d3310a4f049009c75202b9
parent0193377d24db3ec57ea9be488069a4b86878e6e6
Type-limits error in GC environment initialization

* libguile/gc-malloc.c (scm_gc_init_malloc): GUILE_INIT_MALLOC_LIMIT
  is cast to unsigned then tested as if it were still signed
libguile/gc-malloc.c