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

Public GIT Repository
factor verbose logging
[simgrid.git] / src / xbt / automaton / parserPromela.yacc
index 6c6ae1f18f976dfb44d629e7e632be17ec0db484..f88ac530876d9212b4293920514f324ceeeff5de 100644 (file)
@@ -1,8 +1,7 @@
 %{
 
-#include "automaton_parse.yy.c"
+#include "automaton_lexer.yy.c"
 #include <xbt/automaton.h>
-#include <xbt/automatonparse_promela.h>
 
 void yyerror(const char *s);