aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/C2C.ml
diff options
context:
space:
mode:
Diffstat (limited to 'cfrontend/C2C.ml')
-rw-r--r--cfrontend/C2C.ml4
1 files changed, 2 insertions, 2 deletions
diff --git a/cfrontend/C2C.ml b/cfrontend/C2C.ml
index ecaffbc6..1bbcb146 100644
--- a/cfrontend/C2C.ml
+++ b/cfrontend/C2C.ml
@@ -307,14 +307,14 @@ let builtins =
(** ** The known attributes *)
let attributes = [
- (* type-related *)
- ("aligned", Cutil.Attr_type);
+ (* type-related -- currently none *)
(* struct-related *)
("packed", Cutil.Attr_struct);
(* function-related *)
("noreturn", Cutil.Attr_function);
("noinline",Cutil.Attr_function);
(* name-related *)
+ ("aligned", Cutil.Attr_name);
("section", Cutil.Attr_name);
("unused", Cutil.Attr_name)
]