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
082df595
Commit
082df595
authored
Sep 13, 2001
by
John van Groningen
Browse files
fix uniqueness error
parent
75ac5fce
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/check.icl
View file @
082df595
...
...
@@ -2159,10 +2159,10 @@ check_needed_modules_are_imported mod_name extension cs=:{cs_x={x_needed_modules
// MV ...
switched_off_Clean_feature
pd
mod_name
explanation
extension
cs
=:{
cs_predef_symbols
,
cs_symbol_table
}
#
!
{
pds_ident
}
=
cs_predef_symbols
.
[
pd
]
#
(
ident
,
cs_predef_symbols
)
=
cs_predef_symbols
!
[
pd
]
.
pds_ident
#
error_location
=
{
ip_ident
=
mod_name
,
ip_line
=
1
,
ip_file
=
mod_name
.
id_name
+++
extension
}
cs_error
=
pushErrorAdmin
error_location
cs
.
cs_error
cs_error
=
checkError
pds_
ident
(
"not supported"
+++
explanation
)
cs_error
cs_error
=
checkError
ident
(
"not supported"
+++
explanation
)
cs_error
cs_error
=
popErrorAdmin
cs_error
=
{
cs
&
cs_error
=
cs_error
}
...
...
@@ -2943,4 +2943,3 @@ possibly_write_expl_imports_of_main_dcl_mod_to_file imports_ikh dcl_modules cs
->
(
dcl_modules
,
cs
)
Yes
{
si_explicit
}
->
writeExplImportsToFile
"dcl.txt"
si_explicit
dcl_modules
cs
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