summaryrefslogtreecommitdiff
path: root/typd_mlc.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2015-07-28 11:20:44 +0300
committerIvan Maidanski <ivmai@mail.ru>2015-07-28 11:20:44 +0300
commit06799865aaeb8aa08218aff0346e2144b635dd7b (patch)
treeb91f3850995ee9fd7d1419db59617f20bb82066d /typd_mlc.c
parent11601b978a7abfdc7ecc3d0ee5e2fb5b3e0b73f2 (diff)
downloadbdwgc-06799865aaeb8aa08218aff0346e2144b635dd7b.tar.gz
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.
Diffstat (limited to 'typd_mlc.c')
-rw-r--r--typd_mlc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/typd_mlc.c b/typd_mlc.c
index 30646a48..52fe61d0 100644
--- a/typd_mlc.c
+++ b/typd_mlc.c
@@ -110,7 +110,7 @@ STATIC void GC_push_typed_structures_proc(void)
/* starting index. */
/* Returns -1 on failure. */
/* Caller does not hold allocation lock. */
-STATIC signed_word GC_add_ext_descriptor(const GC_word * bm, word nbits)
+STATIC signed_word GC_add_ext_descriptor(const word * bm, word nbits)
{
size_t nwords = divWORDSZ(nbits + WORDSZ-1);
signed_word result;