Browse Source

fix build

Samuel Thibault 9 years ago
parent
commit
a8784b8805
2 changed files with 2 additions and 2 deletions
  1. 1 1
      examples/basic_examples/variable.c
  2. 1 1
      examples/incrementer/incrementer.c

+ 1 - 1
examples/basic_examples/variable.c

@@ -22,7 +22,7 @@
 
 #ifdef STARPU_QUICK_CHECK
 static unsigned niter = 500;
-#elif !(defined(STARPU_LONG_CHECK)
+#elif !defined(STARPU_LONG_CHECK)
 static unsigned niter = 5000;
 #else
 static unsigned niter = 50000;

+ 1 - 1
examples/incrementer/incrementer.c

@@ -23,7 +23,7 @@
 
 #ifdef STARPU_QUICK_CHECK
 static unsigned niter = 500;
-#elif !(defined(STARPU_LONG_CHECK)
+#elif !defined(STARPU_LONG_CHECK)
 static unsigned niter = 5000;
 #else
 static unsigned niter = 50000;