Skip to content

Commit d305573

Browse files
Update comment
1 parent 75ccf02 commit d305573

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
@@ -1421,7 +1421,7 @@ let attributeHash: (string, attributeClass) H.t =
14211421
"aconst"; "__asm__" (* Gcc uses this to specify the name to be used in
14221422
* assembly for a global *)];
14231423

1424-
(* Now come the MSVC declspec attributes *)
1424+
(* MSVC declspec attributes that are also supported by GCC *)
14251425
List.iter (fun a -> H.add table a AttrName)
14261426
[ "thread"; "naked"; "dllimport"; "dllexport";
14271427
"selectany"; "nothrow"; "property"; "noreturn"; "align" ];

0 commit comments

Comments
 (0)