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
d727e84a
Commit
d727e84a
authored
Oct 25, 2000
by
Martin Wierich
Browse files
improved storing position information
parent
180fae86
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/postparse.icl
View file @
d727e84a
...
...
@@ -1064,7 +1064,7 @@ where
#
fun_arity
=
determineArity
args
type
(
bodies
,
fun_kind
,
defs
,
ca
)
=
collectFunctionBodies
name
fun_arity
prio
fun_kind
defs
ca
(
fun_defs
,
ca
)
=
collect_member_instances
defs
ca
fun
=
MakeNewImpOrDefFunction
icl_module
name
fun_arity
bodies
fun_kind
prio
type
pos
fun
=
MakeNewImpOrDefFunction
icl_module
name
fun_arity
bodies
fun_kind
prio
type
fun_
pos
->
([
fun
:
fun_defs
],
ca
)
_
->
collect_member_instances
defs
(
postParseError
fun_pos
"function body expected"
ca
)
...
...
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