remove misplaced THREAD_LOCAL
svn: r16418
This commit is contained in:
parent
40ed4c0e87
commit
4a6d37f63f
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user