Skip to content

Commit

Permalink
Change HAS_THREADS to the correct PARROT_HAS_THREADS. this enables th…
Browse files Browse the repository at this point in the history
…readed parrot to build on win32
  • Loading branch information
Whiteknight committed May 16, 2012
1 parent b4e9ae4 commit 03e14e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interp/api.c
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ Parrot_interp_initialize_interpreter(PARROT_INTERP, ARGIN(Parrot_GC_Init_Args *a

Parrot_cx_init_scheduler(interp);

#ifdef HAS_THREADS
#ifdef PARROT_HAS_THREADS
interp->wake_up = 0;
COND_INIT(interp->sleep_cond);
MUTEX_INIT(interp->sleep_mutex);
Expand Down

0 comments on commit 03e14e3

Please sign in to comment.