Skip to content

Commit

Permalink
Try with cil.addNestedScopeAttr always set to true
Browse files Browse the repository at this point in the history
  • Loading branch information
mrstanb committed Oct 4, 2023
1 parent e052544 commit 3341470
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/cilfacade.ml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ let init_options () =
Mergecil.merge_inlines := get_bool "cil.merge.inlines";
Cil.cstd := Cil.cstd_of_string (get_string "cil.cstd");
Cil.gnu89inline := get_bool "cil.gnu89inline";
if get_bool "cil.addNestedScopeAttr" = true then
Cabs2cil.addNestedScopeAttr := true
(* if get_bool "cil.addNestedScopeAttr" = true then *)
Cabs2cil.addNestedScopeAttr := true

let init () =
initCIL ();
Expand Down

0 comments on commit 3341470

Please sign in to comment.