aboutsummaryrefslogtreecommitdiffstats
path: root/cfrontend/C2C.ml
diff options
context:
space:
mode:
Diffstat (limited to 'cfrontend/C2C.ml')
-rw-r--r--cfrontend/C2C.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfrontend/C2C.ml b/cfrontend/C2C.ml
index eecda71b..3bd1eea0 100644
--- a/cfrontend/C2C.ml
+++ b/cfrontend/C2C.ml
@@ -271,6 +271,7 @@ let attributes = [
("packed", Cutil.Attr_struct);
(* function-related *)
("noreturn", Cutil.Attr_function);
+ ("noinline",Cutil.Attr_function);
(* name-related *)
("section", Cutil.Attr_name);
("unused", Cutil.Attr_name)