Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 'GC_push_marked1 discards const qualifier' gcc error
(fix of commit 1ab17de) Issue #629 (bdwgc) * mark.c [USE_PUSH_MARKED_ACCELERATORS] (GC_push_marked1): Specify hhdr argument as const pointer. * mark.c [USE_PUSH_MARKED_ACCELERATORS && !UNALIGNED_PTRS] (GC_push_marked2): Likewise. * mark.c [USE_PUSH_MARKED_ACCELERATORS && !UNALIGNED_PTRS && GC_GRANULE_WORDS<4] (GC_push_marked4): Likewise.
- Loading branch information