LLP64: change long to uword_t (thereby flipping signedness)
authorDavid Lichteblau <david@lichteblau.com>
Mon, 12 Nov 2012 16:01:08 +0000 (17:01 +0100)
committerDavid Lichteblau <david@lichteblau.com>
Tue, 20 Nov 2012 14:01:26 +0000 (15:01 +0100)
commit37da4165c0e4af1aa559762ea8b65ae061cd310f
treebf760e49a850b0fc9fb51d2c7cc9c7eef6cc7c5e
parente26e24ac5b2c744fc5104f7123c5ddcf884dca02
LLP64: change long to uword_t (thereby flipping signedness)

Replace `long' with `uword_t' in the runtime where applicable.

In these cases, signed long could have been translated literally as
sword_t to support LLP64 platforms, but uword_t seems clearer.

Thanks to Anton Kovalenko.
src/runtime/dynbind.c
src/runtime/gc-common.c
src/runtime/monitor.c
src/runtime/os.h
src/runtime/parse.c
src/runtime/parse.h
src/runtime/save.c