aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/declare.ml
diff options
context:
space:
mode:
Diffstat (limited to 'library/declare.ml')
-rw-r--r--library/declare.ml4
1 files changed, 4 insertions, 0 deletions
diff --git a/library/declare.ml b/library/declare.ml
index 81021d1be..db1ae9d98 100644
--- a/library/declare.ml
+++ b/library/declare.ml
@@ -70,7 +70,11 @@ let _ = Summary.declare_summary "VARIABLE"
Summary.survive_section = false }
let cache_variable (sp,(id,(d,_,_) as vd)) =
+(*
if Nametab.exists_cci sp then
+*)
+ (* Constr raisonne sur les noms courts *)
+ if List.mem_assoc id (current_section_context ()) then
errorlabstrm "cache_variable"
[< pr_id (basename sp); 'sTR " already exists" >];
begin match d with (* Fails if not well-typed *)