Skip to content
Snippets Groups Projects
Commit 90252553 authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

different ifdef name, seems more consistent with other debug ifdefs.

parent 1963c213
No related branches found
No related tags found
1 merge request!273Lean tasks
......@@ -148,7 +148,7 @@ struct task {
/*! Is this task implicit (i.e. does not do anything) ? */
char implicit;
#ifdef WITH_TASK_DEBUG
#ifdef SWIFT_DEBUG_TASKS
/*! ID of the queue or runner owning this task */
short int rid;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment