* os_dep.c [REDIRECT_MALLOC] (GC_in_save_callers): Add missing type
(GC_bool) of the declared variable.
/* Deal with possible malloc calls in backtrace by omitting */
/* the infinitely recursing backtrace. */
# ifdef THREADS
- __thread /* If your compiler doesn't understand this */
+ __thread /* If your compiler doesn't understand this */
/* you could use something like pthread_getspecific. */
# endif
- GC_in_save_callers = FALSE;
+ GC_bool GC_in_save_callers = FALSE;
#endif
GC_INNER void GC_save_callers(struct callinfo info[NFRAMES])