aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cprint.mli
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-03-07 13:10:47 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-03-07 13:10:47 +0000
commit8a26cc219f8c8211301f021bd0ee4a27153528f8 (patch)
tree8bb47160ac9b5da23e54b33ac43f722ba09c094b /cparser/Cprint.mli
parentfdcaf6fabd3d594e40a2b7a31341202e9a93f5cb (diff)
downloadcompcert-kvx-8a26cc219f8c8211301f021bd0ee4a27153528f8.tar.gz
compcert-kvx-8a26cc219f8c8211301f021bd0ee4a27153528f8.zip
Cprint: export Cprint.attributes
PackedStructs: honor 'aligned' attribute on packed struct fields C2C: warn for ignored 'aligned' attributes git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1837 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'cparser/Cprint.mli')
-rw-r--r--cparser/Cprint.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/cparser/Cprint.mli b/cparser/Cprint.mli
index ce5fb182..d63e341c 100644
--- a/cparser/Cprint.mli
+++ b/cparser/Cprint.mli
@@ -17,6 +17,7 @@ val print_idents_in_full : bool ref
val print_line_numbers : bool ref
val location : Format.formatter -> C.location -> unit
+val attributes : Format.formatter -> C.attributes -> unit
val typ : Format.formatter -> C.typ -> unit
val simple_decl : Format.formatter -> C.ident * C.typ -> unit
val full_decl: Format.formatter -> C.decl -> unit