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 a8c640a commit 403f1e4Copy full SHA for 403f1e4
src/ansi-c/c_typecheck_base.h
@@ -35,7 +35,10 @@ class c_typecheck_baset:
35
namespacet(_symbol_table),
36
symbol_table(_symbol_table),
37
module(_module),
38
- mode("C")
+ mode(ID_C),
39
+ break_is_allowed(false),
40
+ continue_is_allowed(false),
41
+ case_is_allowed(false)
42
{
43
}
44
@@ -48,7 +51,10 @@ class c_typecheck_baset:
48
51
namespacet(_symbol_table1, _symbol_table2),
49
52
symbol_table(_symbol_table1),
50
53
54
55
56
57
58
59
60
0 commit comments