Same type casts for GC_PTR_STORE arguments regardless of GC_DEBUG
authorIvan Maidanski <ivmai@mail.ru>
Fri, 29 Jun 2018 11:42:14 +0000 (14:42 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 29 Jun 2018 11:42:14 +0000 (14:42 +0300)
commit8adb34b4922b59af8b11f7b7a3b02bbd07c075b8
tree76e67fc304a5b6fc8d47aefd131c5f6979908ed4
parent9d32bc784201ac187346d9ac0607a32b42dc8a77
Same type casts for GC_PTR_STORE arguments regardless of GC_DEBUG

* include/gc.h [GC_DEBUG] (GC_PTR_STORE): Cast p and q to void*.
* include/gc.h [!GC_DEBUG] (GC_PTR_STORE): Cast p to void**, cast q to
void*.
include/gc.h