Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
a8018d81
Commit
a8018d81
authored
Oct 16, 2018
by
John van Groningen
Browse files
fix not_exported_type_fun_range
parent
a30d524f
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/check.icl
View file @
a8018d81
...
...
@@ -2133,8 +2133,8 @@ renumber_icl_module_functions mod_type icl_global_function_range icl_instance_ra
#
n_not_exported_type_funs
=
(
icl_type_fun_range
.
ir_to
-
icl_type_fun_range
.
ir_from
)
-
n_dcl_type_funs
#
not_exported_type_fun_range
=
{
ir_from
=
not_exported_generic_range
.
ir_to
+
n_default_exported_class_instances
,
ir_to
=
not_exported_generic_range
.
ir_to
+
n_default_exported_class_instances
+
n_not_exported_type_funs
{
ir_from
=
not_exported_generic_range
.
ir_to
,
ir_to
=
not_exported_generic_range
.
ir_to
+
n_not_exported_type_funs
}
#
icl_generic_ranges
=
[
dcl_gencases
,
not_exported_generic_range
]
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment