Refine .cquery.
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 2 Mar 2018 13:19:16 +0000 (14:19 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 2 Mar 2018 13:19:16 +0000 (14:19 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org>
.cquery
philosophe/philosophe.c

diff --git a/.cquery b/.cquery
index 6d0c4dba9edb858cde9374fd67f49422f4898821..9e6ef79385f3551495e731222df0081ea7de6ecc 100644 (file)
--- a/.cquery
+++ b/.cquery
@@ -1,4 +1,4 @@
-clang
--xc
--std=c11
+%clang
+%c -std=c11
+%cpp -std=c++11
 -Weverything
index e31795167fc58a941654337f459a64efe1ab56f5..22923ceda26bc18858965e61823371811e2714af 100644 (file)
@@ -12,7 +12,7 @@
 // fourchette droite du philosophe i
 #define libre 1
 #define occupe 0
-static int fourch[N] = { libre, libre, libre, libre, libre };
+static int fourch[N] = { libre };
 
 sem_t mutex;