diff options
author | Basile Starynkevitch <basile.starynkevitch@inria.fr> | 2004-04-14 11:37:53 +0000 |
---|---|---|
committer | Basile Starynkevitch <basile.starynkevitch@inria.fr> | 2004-04-14 11:37:53 +0000 |
commit | bfe541d754d4cc3773f95ee96b78bc0a1b5165c3 (patch) | |
tree | f645c6f7b8a229181e35698042ca9bede539b8d0 /stdlib/buffer.ml | |
parent | 4281c5216b2857088e44b54a0a9c28974a7ecf9f (diff) | |
download | ocaml-bfe541d754d4cc3773f95ee96b78bc0a1b5165c3.tar.gz |
added cvs Id
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@6204 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'stdlib/buffer.ml')
-rw-r--r-- | stdlib/buffer.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/buffer.ml b/stdlib/buffer.ml index 688e5c742c..c17c87f94b 100644 --- a/stdlib/buffer.ml +++ b/stdlib/buffer.ml @@ -11,6 +11,8 @@ (* *) (***********************************************************************) +(* $Id$ *) + (* Extensible buffers *) type t = |