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 013d424 commit 395a517Copy full SHA for 395a517
src/cil.ml
@@ -4278,7 +4278,7 @@ class defaultCilPrinterClass : cilPrinter = object (self)
4278
method pAttr (Attr(an, args): attribute) : doc * bool =
4279
(* Recognize and take care of some known cases *)
4280
match an, args with
4281
- "atomic", [] -> text "_Atomic", false (* don't print atomic here *)
+ "atomic", [] -> text "_Atomic", false
4282
| "const", [] -> nil, false (* don't print const directly, because of split local declarations *)
4283
| "pconst", [] -> text "const", false (* pconst means print const *)
4284
(* Put the aconst inside the attribute list *)
0 commit comments