Skip to content

Commit

Permalink
Fix macro TTG_PROCESS_TT_OP_RETURN if coros are not available
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Schuchart <joseph.schuchart@stonybrook.edu>
  • Loading branch information
devreal committed May 28, 2024
1 parent 8947d84 commit 40595c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ttg/ttg/tt.h
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ namespace ttg {
} \
}
#else
#define TTG_PROCESS_TT_OP_RETURN(result, invoke) invoke
#define TTG_PROCESS_TT_OP_RETURN(result, id, invoke) invoke
#endif
#else
#error "TTG_PROCESS_TT_OP_RETURN already defined in ttg/tt.h, check your header guards"
Expand Down

0 comments on commit 40595c1

Please sign in to comment.