Skip to content

Commit 395a517

Browse files
Rm old comment
1 parent 013d424 commit 395a517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cil.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4278,7 +4278,7 @@ class defaultCilPrinterClass : cilPrinter = object (self)
42784278
method pAttr (Attr(an, args): attribute) : doc * bool =
42794279
(* Recognize and take care of some known cases *)
42804280
match an, args with
4281-
"atomic", [] -> text "_Atomic", false (* don't print atomic here *)
4281+
"atomic", [] -> text "_Atomic", false
42824282
| "const", [] -> nil, false (* don't print const directly, because of split local declarations *)
42834283
| "pconst", [] -> text "const", false (* pconst means print const *)
42844284
(* Put the aconst inside the attribute list *)

0 commit comments

Comments
 (0)