Skip to content

Commit

Permalink
revert f27900c, fixing build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
niner committed Sep 8, 2011
1 parent 422d018 commit 64fc967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/parrot/threads.h
Expand Up @@ -49,7 +49,7 @@ typedef struct Thread_args {
#define UNLOCK_INTERP(interp) \
UNLOCK((interp)->interp_lock)

#define BLOCK_THREAD_ON((interp), (blocking_call)) \
#define BLOCK_THREAD_ON(interp, blocking_call) \
do { \
INTVAL tid, runloop_id, runloop_level; \
PMC *context = Parrot_pmc_new((interp), enum_class_Continuation); \
Expand Down

0 comments on commit 64fc967

Please sign in to comment.