diff options
Diffstat (limited to 'frontend/frontend.icl')
-rw-r--r-- | frontend/frontend.icl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/frontend.icl b/frontend/frontend.icl index d9d17d8..199359f 100644 --- a/frontend/frontend.icl +++ b/frontend/frontend.icl @@ -10,6 +10,7 @@ import RWSDebug , fe_varHeap :: !.VarHeap , fe_dclIclConversions ::!Optional {# Index} , fe_iclDclConversions ::!Optional {# Index} + , fe_globalFunctions :: !IndexRange , fe_arrayInstances :: !IndexRange } @@ -78,6 +79,7 @@ frontEndInterface mod_ident search_paths predef_symbols hash_table files error i , fe_varHeap = var_heap , fe_dclIclConversions = optional_dcl_icl_conversions , fe_iclDclConversions = build_optional_icl_dcl_conversions (size fun_defs) optional_dcl_icl_conversions + , fe_globalFunctions = global_fun_range , fe_arrayInstances = array_instances } ) |