aboutsummaryrefslogtreecommitdiff
path: root/frontend/postparse.icl
diff options
context:
space:
mode:
authorjohnvg2011-04-04 15:31:21 +0000
committerjohnvg2011-04-04 15:31:21 +0000
commit42bd624c9a6166298f40c0399018eba0ac115559 (patch)
treebfd4ce2b98bf57bb8be5f4eb33ba38d611405bcd /frontend/postparse.icl
parentRemove type argument from_symbol of type Import, it was always type ImportDec... (diff)
use type ImportQualified instead of Bool for fields import_qualified and ei_qualified
git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@1899 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d
Diffstat (limited to 'frontend/postparse.icl')
-rw-r--r--frontend/postparse.icl2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/postparse.icl b/frontend/postparse.icl
index 29b3a03..4c5a9ef 100644
--- a/frontend/postparse.icl
+++ b/frontend/postparse.icl
@@ -1473,7 +1473,7 @@ reorganiseDefinitionsAndAddTypes mod_ident support_dynamics icl_module defs ca
{ import_module = clean_types_module_ident
, import_symbols = []
, import_file_position = NoPos
- , import_qualified = False
+ , import_qualified = NotQualified
}
# imports = if (mod_ident == clean_types_module_ident) [] [clean_types_module]
= reorganiseDefinitions icl_module [PD_Import imports : defs] 0 0 0 0 ca