diff options
Diffstat (limited to 'ocamlbuild/flags.mli')
-rw-r--r-- | ocamlbuild/flags.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ocamlbuild/flags.mli b/ocamlbuild/flags.mli index e2144f4e2..941a75b77 100644 --- a/ocamlbuild/flags.mli +++ b/ocamlbuild/flags.mli @@ -9,7 +9,7 @@ (* *) (***********************************************************************) -(* $Id$ *) + (* Original author: Nicolas Pouillard *) val of_tags : Tags.t -> Command.spec val of_tag_list : Tags.elt list -> Command.spec |