Eliminate 'language extension used' Clang warning in gc.h
authorIvan Maidanski <ivmai@mail.ru>
Sat, 30 Jun 2018 19:31:13 +0000 (22:31 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Sat, 30 Jun 2018 19:31:13 +0000 (22:31 +0300)
commitc6107dca026f023f96af3f66f465a0727389ff7c
tree049a585f14185c1e1b4986eaa527e3729eff9656
parentd9aec1a969a9684d303deae53d2c72afdf99e91e
Eliminate 'language extension used' Clang warning in gc.h

* include/gc.h [GC_DEBUG && __GNUC__] (GC_PTR_ADD, GC_PRE_INCR,
GC_POST_INCR, GC_POST_DECR): Replace typeof to __typeof__.
include/gc.h