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
d8b76af2
Commit
d8b76af2
authored
Oct 03, 2000
by
John van Groningen
Browse files
use DclCache type
parent
2e8e2db1
Changes
1
Hide whitespace changes
Inline
Side-by-side
main/coclmain.icl
View file @
d8b76af2
...
...
@@ -54,7 +54,7 @@ coclMainWithVersionCheck currentVersion latestDefVersion latestImpVersion testA
|
not
(
fst
(
checkVersion
(
versionCompare
expectedVersion
observedVersion
)
stderr
))
=
set_return_code
(
-1
)
world
#
(
success
,
world
)
=
accFiles
(
compile
commandArgs
)
world
=
accFiles
(
\
files0
->
let
(
r
,
cache
,
files
)=
compile
commandArgs
empty_cache
files0
in
(
r
,
files
)
)
world
=
set_return_code
(
if
success
0
(
-1
))
world
where
commandArgs
...
...
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