Skip to content

Commit 9ad7b51

Browse files
Merge branch 'develop' into no_cilint
2 parents 7066252 + 8383534 commit 9ad7b51

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/cil.ml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1419,11 +1419,10 @@ let attributeHash: (string, attributeClass) H.t =
14191419
"aconst"; "__asm__" (* Gcc uses this to specify the name to be used in
14201420
* assembly for a global *)];
14211421

1422-
(* Now come the MSVC declspec attributes *)
1422+
(* MSVC declspec attributes that are also supported by GCC *)
14231423
List.iter (fun a -> H.add table a AttrName)
14241424
[ "thread"; "naked"; "dllimport"; "dllexport";
1425-
"selectany"; "allocate"; "nothrow"; "novtable"; "property"; "noreturn";
1426-
"uuid"; "align" ];
1425+
"selectany"; "nothrow"; "property"; "noreturn"; "align" ];
14271426

14281427
List.iter (fun a -> H.add table a AttrFunType)
14291428
[ "format"; "regparm"; "longcall";

0 commit comments

Comments
 (0)