* mark_rts.c (GC_approx_sp): Add a comment (for GCC).
+2009-12-04 Ivan Maidanski <ivmai@mail.ru>
+
+ * mark_rts.c (GC_approx_sp): Add a comment (for GCC).
+
2009-12-04 Ivan Maidanski <ivmai@mail.ru>
* include/gc_version.h, configure.ac, doc/README: Change to
/* later accesses might cause the kernel to think we're */
/* doing something wrong. */
return((ptr_t)sp);
+ /* GNU C: alternatively, we may return the value of */
+ /*__builtin_frame_address(0). */
}
/*