diff options
Diffstat (limited to 'stdlib/lexing.ml')
-rw-r--r-- | stdlib/lexing.ml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/stdlib/lexing.ml b/stdlib/lexing.ml index 2f467f652..d5832fb5f 100644 --- a/stdlib/lexing.ml +++ b/stdlib/lexing.ml @@ -1,3 +1,16 @@ +(***********************************************************************) +(* *) +(* Caml Special Light *) +(* *) +(* Xavier Leroy, projet Cristal, INRIA Rocquencourt *) +(* *) +(* Copyright 1995 Institut National de Recherche en Informatique et *) +(* Automatique. Distributed only by permission. *) +(* *) +(***********************************************************************) + +(* $Id$ *) + (* The run-time library for lexers generated by camllex *) type lexbuf = |