Skip to content
GitLab
Menu
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
bda212b5
Commit
bda212b5
authored
Nov 14, 2002
by
Artem Alimarine
Browse files
bug in checking for importing of predefined modules fixed
parent
454d2f24
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/check.icl
View file @
bda212b5
...
...
@@ -2761,7 +2761,7 @@ check_needed_modules_are_imported mod_name extension cs=:{cs_x={x_needed_modules
=
case
ste_kind
of
STE_ClosedModule
->
cs
STE_Empty
_
#
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 imported"
+++
explanation
)
cs_error
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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