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

Public GIT Repository
Merge branch 'hypervisor' of git+ssh://scm.gforge.inria.fr//gitroot/simgrid/simgrid...
[simgrid.git] / src / xbt / automaton / parserPromela.yacc
index 6c6ae1f18f976dfb44d629e7e632be17ec0db484..c74d2ce67c2ec5e109e1db517a90a188f29690da 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);
 
@@ -12,7 +11,7 @@ void yyerror(const char *s);
   double real;
   int integer;
   char* string;
-  xbt_exp_label_t label;
+  xbt_automaton_exp_label_t label;
 }
 
 %token NEVER