Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix distcheck (dumb me)
[simgrid.git] / src / xbt / automaton / parserPromela.lex
index b93895b4e88379182446c497f253652b90783ac6..b0dd1eb0f4df2690e2d27c369c4f30123bec1718 100644 (file)
@@ -9,7 +9,7 @@
 %{
 
 #include "simgrid_config.h"
-#ifndef HAVE_UNISTD_H
+#if !HAVE_UNISTD_H
 #define YY_NO_UNISTD_H /* hello Windows */
 
 #ifdef _MSC_VER