Skip to content

Commit

Permalink
0.8.13.61: Sparc fixage
Browse files Browse the repository at this point in the history
            * Merge the GC patch from Nathan Froyd that fixes
               the recent build problems on Sparc.
  • Loading branch information
nikodemus committed Aug 14, 2004
1 parent a3da0e2 commit 832641b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/runtime/gc-common.c
Expand Up @@ -1561,7 +1561,7 @@ gc_init_tables(void)
scav_vector_unsigned_byte_16;
scavtab[SIMPLE_ARRAY_UNSIGNED_BYTE_16_WIDETAG] =
scav_vector_unsigned_byte_16;
#ifdef SIMPLE_ARRAY_SIGNED_BYTE_29_WIDETAG
#ifdef SIMPLE_ARRAY_UNSIGNED_BYTE_29_WIDETAG
scavtab[SIMPLE_ARRAY_UNSIGNED_BYTE_29_WIDETAG] =
scav_vector_unsigned_byte_32;
#endif
Expand All @@ -1570,11 +1570,11 @@ gc_init_tables(void)
scavtab[SIMPLE_ARRAY_UNSIGNED_BYTE_32_WIDETAG] =
scav_vector_unsigned_byte_32;
#ifdef SIMPLE_ARRAY_UNSIGNED_BYTE_60_WIDETAG
scavtab[SIMPLE_ARRAY_UNSIGNED_BYTE_64_WIDETAG] =
scavtab[SIMPLE_ARRAY_UNSIGNED_BYTE_60_WIDETAG] =
scav_vector_unsigned_byte_64;
#endif
#ifdef SIMPLE_ARRAY_UNSIGNED_BYTE_63_WIDETAG
scavtab[SIMPLE_ARRAY_UNSIGNED_BYTE_64_WIDETAG] =
scavtab[SIMPLE_ARRAY_UNSIGNED_BYTE_63_WIDETAG] =
scav_vector_unsigned_byte_64;
#endif
#ifdef SIMPLE_ARRAY_UNSIGNED_BYTE_64_WIDETAG
Expand Down
2 changes: 1 addition & 1 deletion version.lisp-expr
Expand Up @@ -17,4 +17,4 @@
;;; checkins which aren't released. (And occasionally for internal
;;; versions, especially for internal versions off the main CVS
;;; branch, it gets hairier, e.g. "0.pre7.14.flaky4.13".)
"0.8.13.60"
"0.8.13.61"

0 comments on commit 832641b

Please sign in to comment.