X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f28d984fb76ea5e45562168a2e67b60a8b1d0fb2..6651fd794cc26384fac2bffa8efb5f8106c82c59:/src/xbt/automaton/parserPromela.yacc diff --git a/src/xbt/automaton/parserPromela.yacc b/src/xbt/automaton/parserPromela.yacc index 36fd2c0984..c74d2ce67c 100644 --- a/src/xbt/automaton/parserPromela.yacc +++ b/src/xbt/automaton/parserPromela.yacc @@ -1,10 +1,7 @@ %{ - //#include "../../../include/xbt/automatonparse_promela.h" - //#include "../../../include/xbt/automaton.h" -#include "automaton_parse.yy.c" +#include "automaton_lexer.yy.c" #include -#include void yyerror(const char *s); @@ -14,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