From 9cdf9c3c0341a395249946d9e8f0bed7dd3c6d53 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 24 Dec 2008 14:38:55 +0000 Subject: - coq_makefile: target install now respects the original tree structure of the archive to install in coq user-contrib installation directory. - Relaxed the validity check on identifiers from an error to a warning. - Added a filtering option to Print LoadPath. - Support for empty root in option -R. - Better handling of redundant paths in ml loadpath. - Makefile's: Added target initplugins and added initplugins to coqbinaries. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11713 85f007b7-540e-0410-9357-904b9bb8a0f7 --- lib/util.mli | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/util.mli') diff --git a/lib/util.mli b/lib/util.mli index 8b27e6158..dc6498b15 100644 --- a/lib/util.mli +++ b/lib/util.mli @@ -89,6 +89,7 @@ exception UnsupportedUtf8 val classify_unicode : int -> utf8_status val check_ident : string -> unit +val check_ident_soft : string -> unit val lowercase_first_char_utf8 : string -> string (*s Lists. *) -- cgit v1.2.3