Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-ide
Commits
d0b56c76
Commit
d0b56c76
authored
Feb 15, 2018
by
John van Groningen
Browse files
fix syntax error in previous commit for Unix and MacOSX
parent
060efa78
Changes
2
Hide whitespace changes
Inline
Side-by-side
MacOSX/PmCleanSystem.icl
View file @
d0b56c76
...
...
@@ -799,7 +799,7 @@ where
=
[
"-ou"
]
=
[]
fusion_arg
=
case
fusion
of
FusionOn
->
[
"-fusion"
];
FusionDefault
|
pco_generic_fusion
->
[
"-generic_fusion
]
"
;
_
->
[]
=
case
fusion
of
FusionOn
->
[
"-fusion"
];
FusionDefault
|
pco_generic_fusion
->
[
"-generic_fusion"
]
;
_
->
[]
make_code_generator_arguments
genAsmOrCode
{
ci
,
cs
}
=
checkindex
++
checkstack
++
genasm
...
...
Unix/PmCleanSystem.icl
View file @
d0b56c76
...
...
@@ -833,7 +833,7 @@ where
=
[
"-ou"
]
=
[]
fusion_arg
=
case
fusion
of
FusionOn
->
[
"-fusion"
];
FusionDefault
|
pco_generic_fusion
->
[
"-generic_fusion
]
"
;
_
->
[]
=
case
fusion
of
FusionOn
->
[
"-fusion"
];
FusionDefault
|
pco_generic_fusion
->
[
"-generic_fusion"
]
;
_
->
[]
make_code_generator_arguments
genAsmOrCode
{
ci
,
cs
}
=
checkindex
++
checkstack
++
genasm
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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