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
2b21a722
Commit
2b21a722
authored
Jun 17, 2002
by
Ronny Wichers Schreur
🏘
Browse files
made Clean 2.0 compatible
parent
40a294b1
Changes
2
Show whitespace changes
Inline
Side-by-side
main/Windows/CoclSystemDependent.dcl
View file @
2b21a722
...
...
@@ -25,7 +25,4 @@ ensureCleanSystemFilesExists :: !String !*Files -> (!Bool, !*Files)
set_compiler_id
::
Int
->
Int
::
CompileFun
st
:==
([{#
Char
}]
st
->
(
Bool
,
st
))
compiler_loop
::
(
CompileFun
*
st
)
*
st
->
(!
Bool
,
!*
st
)
compiler_loop
::
([{#
Char
}]
*
st
->
*(
Bool
,
*
st
))
*
st
->
(!
Bool
,
!*
st
)
main/Windows/CoclSystemDependent.icl
View file @
2b21a722
...
...
@@ -29,14 +29,11 @@ ensureCleanSystemFilesExists path env
set_compiler_id
::
Int
->
Int
set_compiler_id
compiler_id
=
compiler_id
::
CompileFun
st
:==
([{#
Char
}]
st
->
(
Bool
,
st
))
import
thread_message
;
import
code
from
"thread_message.obj"
;
compiler_loop
::
(
CompileFun
*
st
)
*
st
->
(!
Bool
,
!*
st
)
compiler_loop
::
(
[{#
Char
}]
*
st
->
*(
Bool
,
*
st
)
)
*
st
->
(!
Bool
,
!*
st
)
compiler_loop
compile
compile_state
|
length
commandArgs
==
2
&&
commandArgs
!!
0
==
"-ide"
#
wm_number
=
get_message_number
;
...
...
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