]> AND Public Git Repository - simgrid.git/blobdiff - src/xbt/automaton/parserPromela.lex
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Prefer a do-while in these cases.
[simgrid.git] / src / xbt / automaton / parserPromela.lex
index 7aa13e88c106bcf1432bb949c4a8b97aa2a0eb51..5708b6c95af7cfe4870d09b6d336da648c0c723c 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2012, 2014. The SimGrid Team.
+/* Copyright (c) 2012-2020. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -8,7 +8,7 @@
 
 %{
 
-#include "simgrid_config.h"
+#include "simgrid/config.h"
 #if !HAVE_UNISTD_H
 #define YY_NO_UNISTD_H /* hello Windows */
 #endif