Browse Source

Avoid introducing line number twice

Samuel Thibault 4 years ago
parent
commit
a3e6e6fe93
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/util/starpu_task_insert.c

+ 1 - 0
src/util/starpu_task_insert.c

@@ -130,6 +130,7 @@ struct starpu_task *_starpu_task_build_v(struct starpu_task *ptask, struct starp
 	return (ret == 0) ? task : NULL;
 }
 
+#undef starpu_task_submit
 int _starpu_task_insert_v(struct starpu_codelet *cl, va_list varg_list)
 {
 	struct starpu_task *task;