aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Responsefile.mli
diff options
context:
space:
mode:
authorBernhard Schommer <bernhardschommer@gmail.com>2016-07-11 12:21:47 +0200
committerBernhard Schommer <bernhardschommer@gmail.com>2016-07-11 12:21:47 +0200
commita6bde8ba057ff057e311781fd91b4a9ab441731c (patch)
treee2d5f2f270364eefc5012870d2412dfbf7178043 /lib/Responsefile.mli
parent1ad10395dc17a4257d26e8a854cb98e7107ceff5 (diff)
downloadcompcert-kvx-a6bde8ba057ff057e311781fd91b4a9ab441731c.tar.gz
compcert-kvx-a6bde8ba057ff057e311781fd91b4a9ab441731c.zip
Really added the function. Bug 18308
Diffstat (limited to 'lib/Responsefile.mli')
-rw-r--r--lib/Responsefile.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Responsefile.mli b/lib/Responsefile.mli
index 2522b7c5..95c74bda 100644
--- a/lib/Responsefile.mli
+++ b/lib/Responsefile.mli
@@ -19,6 +19,6 @@ val expand_responsefiles: string array -> string array
(** Expand responsefile arguments contained in the array and return the full
set of arguments. *)
-val write_responsefile: out_channel -> string array -> unit
- (** Write the arguments on the out_channel. All arguments that contain
- whitespaces are quoted. *)
+val write_responsefile: out_channel -> string array -> int -> unit
+ (** Write the arguments starting at the given index as repsonsefile on the given
+ out_channel. All arguments that contain whitespaces are quoted. *)