remove misplaced THREAD_LOCAL

svn: r16418
This commit is contained in:
Matthew Flatt 2009-10-23 00:08:00 +00:00
parent 40ed4c0e87
commit 4a6d37f63f

View File

@ -57,7 +57,7 @@ Scheme_Object *(*scheme_current_break_cell)();
# ifndef MZ_USE_PLACES # ifndef MZ_USE_PLACES
Scheme_Thread *scheme_current_thread; Scheme_Thread *scheme_current_thread;
# endif # endif
THREAD_LOCAL volatile int scheme_fuel_counter; volatile int scheme_fuel_counter;
#else #else
Scheme_Thread **scheme_current_thread_ptr; Scheme_Thread **scheme_current_thread_ptr;
volatile int *scheme_fuel_counter_ptr; volatile int *scheme_fuel_counter_ptr;