diff options
Diffstat (limited to 'stdlib/buffer.mli')
-rw-r--r-- | stdlib/buffer.mli | 2 |
1 files changed, 2 insertions, 0 deletions
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 |