aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/GCC.mli
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/GCC.mli')
-rw-r--r--cparser/GCC.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/cparser/GCC.mli b/cparser/GCC.mli
index 76f40372..f26d12df 100644
--- a/cparser/GCC.mli
+++ b/cparser/GCC.mli
@@ -13,6 +13,7 @@
(* *)
(* *********************************************************************)
-(* GCC built-ins *)
+(* GCC built-ins and attributes *)
val builtins: Builtins.t
+val attributes: (string * Cutil.attribute_class) list