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
d111e0ea
Commit
d111e0ea
authored
Aug 29, 2001
by
Vincent Zweije
Browse files
Use error instead of undef for matchpattern stub
parent
1e03d0bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
sucl/newfold.icl
View file @
d111e0ea
...
...
@@ -211,7 +211,7 @@ matchpattern ::
(
FuncBody
sym
var
)
->
FuncBody
sym
var
matchpattern
_
_
_
=
undef
matchpattern
_
_
_
=
error
"newfold: matchpattern: not yet implemented"
rule2body
rule
=
buildgraph
(
arguments
rule
)
(
ruleroot
rule
)
(
rulegraph
rule
)
...
...
Write
Preview
Markdown
is supported
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