aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
authorletouzey2012-05-29 11:09:15 +0000
committerletouzey2012-05-29 11:09:15 +0000
commit6d961ac24305f26e896b602bdabe0e9c3c7cbf05 (patch)
treedadc934c94e026149da2ae08144af769f4e9cb6c /dev
parent255f7938cf92216bc134099c50bd8258044be644 (diff)
global_reference migrated from Libnames to new Globnames, less deps in grammar.cma
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15384 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'dev')
-rw-r--r--dev/base_include1
-rw-r--r--dev/printers.mllib1
-rw-r--r--dev/top_printers.ml1
3 files changed, 3 insertions, 0 deletions
diff --git a/dev/base_include b/dev/base_include
index a0c4928f62..1e692defb9 100644
--- a/dev/base_include
+++ b/dev/base_include
@@ -64,6 +64,7 @@ open Declare
open Declaremods
open Impargs
open Libnames
+open Globnames
open Nametab
open Library
diff --git a/dev/printers.mllib b/dev/printers.mllib
index 955eb3650f..545a1881fa 100644
--- a/dev/printers.mllib
+++ b/dev/printers.mllib
@@ -60,6 +60,7 @@ Safe_typing
Summary
Nameops
Libnames
+Globnames
Global
Nametab
Libobject
diff --git a/dev/top_printers.ml b/dev/top_printers.ml
index c765f38481..4fd6171ac8 100644
--- a/dev/top_printers.ml
+++ b/dev/top_printers.ml
@@ -14,6 +14,7 @@ open Util
open Pp
open Names
open Libnames
+open Globnames
open Nameops
open Sign
open Univ