Replace non-API occurrences of GC_word to word
authorIvan Maidanski <ivmai@mail.ru>
Tue, 28 Jul 2015 08:20:44 +0000 (11:20 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Tue, 28 Jul 2015 08:20:44 +0000 (11:20 +0300)
commit06799865aaeb8aa08218aff0346e2144b635dd7b
treeb91f3850995ee9fd7d1419db59617f20bb82066d
parent11601b978a7abfdc7ecc3d0ee5e2fb5b3e0b73f2
Replace non-API occurrences of GC_word to word
(code refactoring)

* finalize.c (last_finalizer_notification): Use "word" type instead of
GC_word.
* include/private/dbg_mlc.h (HIDE_BACK_PTR): Likewise.
* include/private/gc_priv.h (WARN): Likewise.
* include/private/gcconfig.h (POINTER_MASK): Likewise.
* mark.c (GC_push_marked): Likewise.
* misc.c (GC_init, GC_set_max_retries): Likewise.
* os_dep.c (GC_unmap, GC_remap, GC_unmap_gap): Likewise.
* typd_mlc.c (GC_add_ext_descriptor): Likewise.
* include/private/gcconfig.h (GC_amiga_get_mem, ps3_get_mem): Rename
argument to bytes.
finalize.c
include/private/dbg_mlc.h
include/private/gc_priv.h
include/private/gcconfig.h
mark.c
misc.c
os_dep.c
typd_mlc.c