From fb3a3d6a01992541475d1b7c47252cfa0197aa25 Mon Sep 17 00:00:00 2001 From: johnvg Date: Wed, 6 Apr 2011 10:12:15 +0000 Subject: add qualified import of a module, for functions, macros, constructors, types and classes git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1901 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- main/compile.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main') diff --git a/main/compile.icl b/main/compile.icl index c02a5a0..3127882 100644 --- a/main/compile.icl +++ b/main/compile.icl @@ -262,7 +262,7 @@ compileModule options backendArgs cache=:{dcl_modules,functions_and_macros,prede = (False, cache, files) # (io, files) = stdio files - # ({boxed_ident=moduleIdent}, hash_table) = putIdentInHashTable options.moduleName IC_Module hash_table + # ({boxed_ident=moduleIdent}, hash_table) = putIdentInHashTable options.moduleName (IC_Module NoQualifiedIdents) hash_table # list_inferred_types = if (options.listTypes.lto_listTypesKind == ListTypesInferred) (Yes options.listTypes.lto_showAttributes) -- cgit v1.2.3