From da178a880e3ace820b41d38b191d3785b82991f5 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Thu, 1 Jul 2010 17:21:14 +0200 Subject: Imported Upstream version 8.2pl2+dfsg --- library/declaremods.ml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'library/declaremods.ml') diff --git a/library/declaremods.ml b/library/declaremods.ml index 93021384..cfada00c 100644 --- a/library/declaremods.ml +++ b/library/declaremods.ml @@ -6,7 +6,7 @@ (* * GNU Lesser General Public License Version 2.1 *) (************************************************************************) -(*i $Id: declaremods.ml 12204 2009-06-22 16:06:49Z soubiran $ i*) +(*i $Id: declaremods.ml 12295 2009-08-27 11:01:49Z soubiran $ i*) open Pp open Util open Names @@ -851,8 +851,7 @@ let classify_import (_,(export,_ as obj)) = if export then Substitute obj else Dispose let subst_import (_,subst,(export,mp as obj)) = - let subst' = remove_alias subst in - let mp' = subst_mp subst' mp in + let mp' = subst_mp subst mp in if mp'==mp then obj else (export,mp') -- cgit v1.2.3