* include/gc.h (GC_HIDE_POINTER, GC_REVEAL_POINTER): Refine comment
(warn about usage in the leak-finding mode).
/* that finalization code will arrange for hidden pointers to */
/* disappear. Otherwise objects can be accessed after they */
/* have been collected. */
+/* Should not be used in the leak-finding mode. */
/* Note that putting pointers in atomic objects or in */
/* non-pointer slots of "typed" objects is equivalent to */
/* disguising them in this way, and may have other advantages. */