diff options
| author | letouzey | 2012-09-18 15:06:42 +0000 |
|---|---|---|
| committer | letouzey | 2012-09-18 15:06:42 +0000 |
| commit | bf08866eabad4408de975bae92f3b3c1f718322c (patch) | |
| tree | faab2a63879ce58c26ed5439a21af47a06226051 /grammar | |
| parent | 4422e16f529359bb96c7eee214b2b6648958ef48 (diff) | |
More cleanup of Util: utf8 aspects moved to a new file unicode.ml
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15818 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'grammar')
| -rw-r--r-- | grammar/grammar.mllib | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/grammar/grammar.mllib b/grammar/grammar.mllib index dc63525d52..960dcb6de3 100644 --- a/grammar/grammar.mllib +++ b/grammar/grammar.mllib @@ -5,8 +5,6 @@ Compat Flags Pp Loc -Segmenttree -Unicodetable Errors CList CArray @@ -15,6 +13,9 @@ Bigint Hashcons Predicate Option +Segmenttree +Unicodetable +Unicode Names Libnames |
