From c89165af82198aa11387922a2cdecfd41f784402 Mon Sep 17 00:00:00 2001 From: martijnv Date: Thu, 8 Mar 2001 13:36:13 +0000 Subject: Normalizing - type variables - passing a list of directly imported dcl modules by an icl modules git-svn-id: https://svn.cs.ru.nl/repos/clean-compiler/trunk@321 1f8540f1-abd5-4d5b-9d24-4c5ce8603e2d --- frontend/checksupport.icl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/checksupport.icl') diff --git a/frontend/checksupport.icl b/frontend/checksupport.icl index 13b3ef0..d2b1e99 100644 --- a/frontend/checksupport.icl +++ b/frontend/checksupport.icl @@ -33,7 +33,7 @@ cNeedStdDynamics:== 4 :: CheckState = { cs_symbol_table :: !.SymbolTable, cs_predef_symbols :: !.PredefinedSymbols, cs_error :: !.ErrorAdmin, cs_x :: !CheckStateX } -:: CheckStateX = {x_needed_modules :: !BITVECT,x_main_dcl_module_n :: !Int } +:: CheckStateX = {x_needed_modules :: !BITVECT,x_main_dcl_module_n :: !Int /* TD */, x_is_dcl_module :: !Bool, x_type_var_position :: !Int, directly_imported_dcl_modules :: [String] } :: ConversionTable :== {# .{# Int }} -- cgit v1.2.3