Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[sonar] Move include before any code.
[simgrid.git] / src / xbt / automaton / parserPromela.yacc
index 699b732..e41de7e 100644 (file)
@@ -15,6 +15,9 @@
 
 void yyerror(const char *s);
 
+static void new_state(char* id, int src);
+static void new_transition(char* id, xbt_automaton_exp_label_t label);
+
 %}
 
 %union{