LLP64: change signed long to sword_t
authorDavid Lichteblau <david@lichteblau.com>
Mon, 12 Nov 2012 17:19:47 +0000 (18:19 +0100)
committerDavid Lichteblau <david@lichteblau.com>
Tue, 20 Nov 2012 14:02:11 +0000 (15:02 +0100)
commit1b6d885eaf7872b41947e0ea0da134cceee4cc0f
treedd9ba4db6b1982c62d295e91103dd353ec494034
parentfb6f41008e8e7d22008d4b97d9aea364d688d2ae
LLP64: change signed long to sword_t

Adjust uses of `long' in the C runtime for LLP64 platforms:
Replace `long' with `sword_t' where applicable.

Thanks to Anton Kovalenko.
15 files changed:
src/compiler/generic/objdef.lisp
src/runtime/alloc.c
src/runtime/alloc.h
src/runtime/core.h
src/runtime/coreparse.c
src/runtime/gc-common.c
src/runtime/gc-internal.h
src/runtime/gencgc-internal.h
src/runtime/gencgc.c
src/runtime/interrupt.c
src/runtime/runtime.c
src/runtime/runtime.h
src/runtime/save.c
src/runtime/vars.c
src/runtime/vars.h