summaryrefslogtreecommitdiffstats
path: root/stdlib/marshal.ml
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/marshal.ml')
-rw-r--r--stdlib/marshal.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdlib/marshal.ml b/stdlib/marshal.ml
index c42851504..638f05434 100644
--- a/stdlib/marshal.ml
+++ b/stdlib/marshal.ml
@@ -16,6 +16,7 @@
type extern_flags =
No_sharing
| Closures
+(* note: this type definition is used in 'byterun/debugger.c' *)
external to_channel: out_channel -> 'a -> extern_flags list -> unit
= "caml_output_value"