We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9abf231 commit 21a1994Copy full SHA for 21a1994
tools/verification/dot2/dot2c.py
@@ -111,7 +111,7 @@ def format_automaton_definition(self):
111
112
def format_aut_init_header(self):
113
buff = []
114
- buff.append("struct %s %s = {" % (self.struct_automaton_def, self.var_automaton_def))
+ buff.append("static struct %s %s = {" % (self.struct_automaton_def, self.var_automaton_def))
115
return buff
116
117
def __get_string_vector_per_line_content(self, buff):
0 commit comments