aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cprint.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2016-08-16 16:17:20 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2016-08-16 16:17:20 +0200
commit3208e22ea89c459a5a7944ad8e82511d4a5328fa (patch)
treee206e0e048ac85667374117010f58d3b97d918fb /cparser/Cprint.mli
parent8a740c6d441afd980e3bdb43d1844bd23e0ad55b (diff)
downloadcompcert-kvx-3208e22ea89c459a5a7944ad8e82511d4a5328fa.tar.gz
compcert-kvx-3208e22ea89c459a5a7944ad8e82511d4a5328fa.zip
Added raw printing of types without formatting.
This avoids introducing line breaks during printing of function types. Bug 18004
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 349b5f9a..fe71e4fe 100644
--- a/cparser/Cprint.mli
+++ b/cparser/Cprint.mli
@@ -20,6 +20,7 @@ val print_debug_idents : bool ref
val location : Format.formatter -> C.location -> unit
val attributes : Format.formatter -> C.attributes -> unit
val typ : Format.formatter -> C.typ -> unit
+val typ_raw : Format.formatter -> C.typ -> unit
val simple_decl : Format.formatter -> C.ident * C.typ -> unit
val full_decl: Format.formatter -> C.decl -> unit
val const : Format.formatter -> C.constant -> unit