summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--stdlib/buffer.ml2
-rw-r--r--stdlib/buffer.mli2
2 files changed, 4 insertions, 0 deletions
diff --git a/stdlib/buffer.ml b/stdlib/buffer.ml
index 688e5c742..c17c87f94 100644
--- a/stdlib/buffer.ml
+++ b/stdlib/buffer.ml
@@ -11,6 +11,8 @@
(* *)
(***********************************************************************)
+(* $Id$ *)
+
(* Extensible buffers *)
type t =
diff --git a/stdlib/buffer.mli b/stdlib/buffer.mli
index 0448df7a3..829ee05a8 100644
--- a/stdlib/buffer.mli
+++ b/stdlib/buffer.mli
@@ -11,6 +11,8 @@
(* *)
(***********************************************************************)
+(* $Id$ *)
+
(** Extensible string buffers.
This module implements string buffers that automatically expand